LaTex · overleaf | 使用技巧存档
- 如何使用 bibtex:http://www.taodudu.cc/news/show-5832925.html?action=onClick
- bibtex 格式:https://blog.csdn.net/zzzorz/article/details/117048681
- 如果参考文献作为主语,应该用 \citet
- 分章节 input 更清晰
- \label{}, \ref{}
- latex 表格 单元格内换行:https://zhuanlan.zhihu.com/p/672593535
- latex 在线生成表格:https://www.tablesgenerator.com/
公式相关:
- 公式换行:\begin{equation}\begin{split},然后使用 \\ 换行;
- 谢谢你,公式侠:https://blog.csdn.net/CUMTB_ZHOU/article/details/123395126
- latex 数学符号:
\times, \sim, \dot x \mathbb{R},\mathrm,\text \perp, \not\perp \subset, \subseteq, \supset, \supseteq \cap, \cup, \bigcap, \bigcup, \land, \lor \triangleq, \iff, \Rightarrow, \mapsto, \propto \succeq, \preceq, \succ, \prec, \gg, \ll \otimes, \oplus, \odot\underset{a\sim A}{R(a)}
良好的子图示例:
\usepackage{graphicx} \usepackage{subcaption} % 使用 subcaption 来处理子图 \begin{figure*}[htbp] \centering \vspace{10pt} \begin{minipage}{0.2\textwidth} \centering \includegraphics[width=\textwidth]{fig/placeholder_1.png} \subcaption{Subplot 1} \end{minipage} \hspace{10pt} \begin{minipage}{0.2\textwidth} \centering \includegraphics[width=\textwidth]{fig/placeholder_1.png} \subcaption{Subplot 2} \end{minipage} \hspace{10pt} \begin{minipage}{0.2\textwidth} \centering \includegraphics[width=\textwidth]{fig/placeholder_1.png} \subcaption{Subplot 3} \end{minipage} \hspace{10pt} \begin{minipage}{0.2\textwidth} \centering \includegraphics[width=\textwidth]{fig/placeholder_1.png} \subcaption{Subplot 4} \end{minipage} \caption{Subplots in a row} \label{fig:main_embedding} \end{figure*}
良好的三线表示例:
\begin{table}[htbp] \caption{} \label{tab:error_ratio} \begin{center} \begin{tabular}{ccc} \toprule % & \makecell[c]{Disagreement \\ query selection} % & \makecell[c]{Skill-based \\ query selection} \\ & Disagreement & Skill-based \\ \midrule Cheetah\_run & 0.3270 & \textbf{0.4839} \\ Walker\_run & 0.2448 & \textbf{0.4648} \\ Quadruped\_walk & 0.3570 & \textbf{0.3800} \\ Quadruped\_run & 0.2545 & \textbf{0.2856} \\ \midrule % & \makecell[c]{Disagreement \\ query selection \\ (the first 50\%)} % & \makecell[c]{Skill-based \\ query selection \\ (the first 50\%)} \\ & \makecell[c]{Disagreement \\ (the first 50\%)} & \makecell[c]{Skill-based \\ (the first 50\%)} \\ \midrule Cheetah\_run & 0.5708 & 0.5375 \\ Walker\_run & 0.4475 & \textbf{0.7183} \\ Quadruped\_walk & 0.4806 & \textbf{0.5719} \\ Quadruped\_run & 0.4229 & \textbf{0.5346} \\ \bottomrule \end{tabular} \end{center} \end{table}
本文作者:MoonOut
本文链接:https://www.cnblogs.com/moonout/p/17484900.html
版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步