Overleaf常用代码总结

特殊符号

对勾 \checkmark
箭头 \rightarrow

特殊标注

\textbf{}
\textit{}或者\emph{}
\underline{}

引用

  • 引用文献\cite{}
  • 引用表格图片\ref{}

插入图片

  • 半边栏
\begin{figure}[t]
\centering
\includegraphics[width=0.47\textwidth]
{AnonymousSubmission/LaTeX/result_compare.pdf} 
\caption{xxxx.}
\label{resultcompare}
\end{figure}
  • 双边栏
\begin{figure*}[t]
\centering
\includegraphics[width=1\textwidth]{AnonymousSubmission/LaTeX/Key_figure2.pdf} 
\caption{xxxxxxxxx.}
\label{key_figure}
\end{figure*}

插入表格

  • 半边栏
\begin{table}[h]
  \centering
  \resizebox{0.47\textwidth}{!}{%
    \begin{tabular}{lccccccc}
      \toprule
      & \Large V101 & \Large V102 & \Large V103 & \Large V201 & \Large V202 & \Large V203 & \Large Avg \\
      \midrule
      \Large ORB-SLAM3 & \Large \textbf{0.035} & \Large 0.139 & \Large 0.713 & \Large 1.352 & \Large \underline{0.056} & \Large 0.632 & \Large 0.487 \\
      \Large DSO & \Large 0.089 & \Large \underline{0.107} & \Large 0.903 & \Large \textbf{0.044} & \Large 0.132 & \Large 1.152 & \Large 0.404 \\
      % SVO & \Large 0.070 & \Large 0.210 & x & \Large 0.110 & \Large 0.110 & \Large 1.080 & - \\
      \midrule
      \Large DeepV2d & \Large 0.717 & \Large 0.695 & \Large 1.483 & \Large 0.839 & \Large 1.052 & \Large 0.591 & \Large 1.173 \\
      \Large TartanVO & \Large 0.447 & \Large 0.389 & \Large 0.622 & \Large 0.433 & \Large 0.749 & \Large 1.152 & \Large 0.632 \\
      \Large DROID-VO & \Large 0.103 & \Large 0.165 & \Large 0.158 & \Large 0.102 & \Large 0.115 & \Large \textbf{0.204} & \Large 0.141 \\
      \Large DPVO & \Large \underline{0.050} & \Large 0.148 & \Large \underline{0.093} & \Large 0.086 & \Large \textbf{0.049} & \Large 0.282 & \Large \underline{0.118} \\
      \Large STVO(Ours) & \Large 0.055 & \Large \textbf{0.098} & \Large \textbf{0.078} & \Large \underline{0.064} & \Large 0.125 & \Large \underline{0.248} & \Large \textbf{0.111} \\
      \bottomrule
    \end{tabular}%
  }
  \caption{Performance comparisons on EuRoC dataset. }
  \label{table_EuRoC}
\end{table}
  • 双边栏
\begin{table*}[h]
  \centering
  \begin{tabular}{lccccccccccc}
    \toprule
    & 360 & desk & desk2 & floor & plant & room & rpy & teddy & xyz & Avg\\
    \midrule
    ORB-SLAM3 & - & \textbf{0.017} & 0.210 & - & 0.034 & - & - & - & \textbf{0.009} & - \\
    DSO & 0.173 & 0.567 & 0.916 & 0.080 & 0.121 & 0.379 & 0.058 & - & 0.036 & - \\
    \midrule
    DeepV2d & \textbf{0.144} & 0.105 & 0.321 & 0.628 & 0.217 & \textbf{0.215} & 0.046 & 0.294 & 0.051 & 0.225 \\
    TartanVO & 0.178 & 0.125 & 0.122 & 0.349 & 0.297 & 0.333 & 0.049 & 0.339 & 0.062 & 0.206\\
    DROID-VO & \underline{0.161} & \underline{0.028} & 0.099 & \textbf{0.033} & \underline{0.028} & 0.327 & \underline{0.028} & 0.169 & 0.013 & 0.098\\
    DPVO & 0.165 & 0.034 & \textbf{0.042} & 0.050 & 0.036 & 0.388 & 0.034 & \textbf{0.057} & \underline{0.012} & \underline{0.091} \\
    STVO(Ours) & 0.171 & 0.031 & \underline{0.068} & \underline{0.035} & \textbf{0.027} & \underline{0.242} & \textbf{0.027} & \underline{0.111} & 0.015 & \textbf{0.080} \\
    \bottomrule
  \end{tabular}
\caption{xxxxx.}
\label{table_tum}
\end{table*}

插入编号

\begin{itemize}
\item xxxx1

\item xxxx2

\item xxxx3

段落层级

\section{}
\subsection{}
\subsubsection{}

公式

  • 单行公式
\begin{equation}
{T}^{\ast },{d}^{\ast }=\arg \min _{T, d}\sum_{(i, j) \in \mathcal{E}}\left\|\hat{P}_{i j}-\tilde{P}_{i j}\right\|_{\Sigma_{i j}}^2 
\end{equation}
  • 多行公式
\begin{equation}
\begin{aligned}
{M}^{k}_{m \rightarrow n}=\operatorname{Warp}({m}^{k}_{m};{f}^{k}_{m \rightarrow n}),
\\
{M}^{k}_{T}=\operatorname{Concat}({m}^{k}_{m},{M}^{k}_{m \rightarrow n},{m}^{k}_{n})
\label{eq2}
\end{aligned}
\end{equation}
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 218,386评论 6 506
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 93,142评论 3 394
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 164,704评论 0 353
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 58,702评论 1 294
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 67,716评论 6 392
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 51,573评论 1 305
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 40,314评论 3 418
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 39,230评论 0 276
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 45,680评论 1 314
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,873评论 3 336
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,991评论 1 348
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 35,706评论 5 346
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 41,329评论 3 330
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,910评论 0 22
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 33,038评论 1 270
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 48,158评论 3 370
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,941评论 2 355

推荐阅读更多精彩内容

  • 前端开发面试知识点大纲: HTML&CSS: 对Web标准的理解、浏览器内核差异、兼容性、hack、CSS基本功:...
    秀才JaneBook阅读 2,366评论 0 25
  • 解读上一篇文章(2)LaTeX论文排版——总体框架[//www.greatytc.com/p/0aaee...
    5john家安阅读 5,774评论 0 11
  • 兼容性:HTML5在老版本的浏览器上也可以正常运行 实用性:HTML5内部并没有特别复杂的功能,它只封装了那些常用...
    舌尖上的苏东坡阅读 2,568评论 0 0
  • HTML 选择什么元素取决于内容的含义而不是显示的效果 语义化 为了搜索引擎优化(SEO) 为了让浏览器理解网页:...
    木子川页心阅读 406评论 0 0
  • 1 培训 做课题的一般进程就是建模型,解模型,写论文这三步。所以从这三个方面去培训是最有效的,因此个人认为最有效提...
    MC_Dream阅读 1,363评论 0 3