Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

https://zhuanlan.zhihu.com/p/80603542 windows安装 安装texlive方法一: 下载install-tl.zip http://mirror.lzu.edu.cn/CTAN/systems/texlive/tlnet/ 解压install-tl.zip 运行install-tl-windows.bat(安装时间较长,>1h)方法二: ...

举例main.tex指定引用所在文件和引用样式 \documentclass{article} \begin{document} \bibliographystyle{ACM-Reference-Format} \bibliography{main} % 引用在文件/main.bib中 ... are e...

https://www.overleaf.com/learn/latex/TikZ_package主要是面向画图论的图 单文件和语法举例\node和\draw后面的[]中传入样式参数\begin{tikzpicture}后面的[]中也是传参,定义这个画图环境中的一些变量 1\documentclass{article} \usepackage{...

比特操作\mathbin{\&} % and \mathbin{|} % or \ll % shift left \gg % shift right \ensuremath{\mathord{\sim}} % not 伪代码举例文档参考:https://www.overleaf.com/learn/la...

编辑器: vscode插件 在线编辑器overleaf:开箱即用 Latex语法这个教程好 https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes注释:%开头举例: \documentclass{article} \begin{document} Subscripts(下标) i...