300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > overleaf 公式_LaTex/Overleaf使用笔记

overleaf 公式_LaTex/Overleaf使用笔记

时间:2024-02-21 11:37:59

相关推荐

overleaf 公式_LaTex/Overleaf使用笔记

1. 添加网页引用

@misc{ r1,

author = "Wikipedia",

title = "Binary decision diagram --- {W}ikipedia{,} The Free Encyclopedia",

year = "",

url = "/wiki/Binary_decision_diagram",

note = "[Online; accessed 14-July-]"

}

2. 添加公式引用

\begin{equation}\label{eq1}

...

\end{equation}

引用时,以前用过\ref{eq1},不过还是感觉\eqref{eq1}比较正规

3. 段落顶格,不缩进

Latex 换行顶格、不缩进,使用的命令为:

\noindent

在顶格的段落前面加上,此命令,就可以啦~~~

全部段落:

\setlength{\parindent}{0pt}

4. 数学符合表示

ref:/info/symbols/symbols.htm

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。