(1条消息) overleaf 算法排版 笔记_qq_41854611的博客-CSDN博客_overleaf算法
需要导入的包:
- \usepackage{algorithmicx}
- \usepackage{algorithm}
- \usepackage{algpseudocode}
需要注意的是:
algorithmic与algpseudicode不兼容,会报错“LaTeX Error: Command \algorithmic already defined.”
换成algrithmicx即可。
如何用latex加大括号、上下括号等复杂操作? - 知乎 (zhihu.com)
LaTeX集合运算相关命令_hunauchenym的博客-CSDN博客_latex 集合运算符
(4 条消息) latex如何编写向量数乘和点乘、叉乘? - 知乎 (zhihu.com)
矩阵转置:$ A ^ \mathrm{ T } $
图片单栏
- \begin{figure}
- \end{figure}
图片双栏
- \begin{figure*}
- \end{figure*}
overleaf图片排版 - 百度文库 (baidu.com)
\footnote
例如:
latex
Ag News\footnote{\url{http://groups.di.unipi.it/~gulli/AG_corpus_of_news_articles.html}}
表现为:
其他参考链接:
【帅的】LaTeX基础学习笔记3 - 知乎 (zhihu.com)
MLNLP-World/Paper-Writing-Tips: Paper Writing Tips (github.com)