overleaf 常用命令

latex公式大全_咸鱼不闲73的博客-CSDN博客

LaTeX在线:吴文中数学公式编辑器

ctrl+b  加粗
ctrl+i  斜体
\emph  斜体,强调

行内公式

$ a = b +c $

行间公式

\begin{equation}
    a=b_c+d
\end{equation}   

大括号:

\left\{\begin{array}{l} 
h_1=ReLU(W_1x+b_1)
\\h_2=W_2h_1+b_2
\\output=sigmoid(h_2)
\end{array}\right.

 \\   表示换行

花体 \mathcal
L \mathcal LL: \mathcal L 常用来表示损失函数

D \mathcal DD: \mathcal D 常用来表示样本集
N \mathcal NN: 常用来表示高斯分布
 

交叉引用

1.引入宏包

\usepackage[colorlinks]{hyperref}

2.\label


\subsection{related wok}\label{sec:related work}
this is related work.

\section{method}\label{sec:method}
this is method

3.\ref

there will be more introduction in section \ref{sec:method} and section \ref{sec:related work} 

插入图片

1.引入宏包

\usepackage{graphicx} 

2.命令\begin{figure}

\begin{figure}
    \centering
    \includegraphics[width=10cm]{base.jpg}
    \caption{Caption}
    \label{fig:enter-label}
\end{figure}

表格

& 下一列

\\ 下一行

| 竖线

\hline  横线

c  l  r  中左右

\centering  表格居中

\begin{table}[h]
\renewcommand{\arraystretch}{1.5}
\caption{Performance Comparison with Other Models on the Pascal VOC}\label{tab1}%
\begin{tabular}{l{5cm}c{3cm}}
\toprule
Model & params(M)  \\
\midrule
DETR    & 41     \\
Deformable-DETR    & 40    \\
Faster R-CNN    & 42     \\
Conditional-DETR    & 44   \\
\textbf{MSS-DETR}    & 42\\
\botrule
\end{tabular}
\end{table}

在线表格工具。

//自定义行高、列宽

\begin{tabular}{@{}cp{2cm}<{\centering}p{2cm}<{\centering}c@{}}

\raggedright 靠左,\centering 居中,\raggedleft 靠右。

参考文献

.bib文件

\bibliographystyle{unsrt}
\bibliography{文件名}

正文处用cite

问题原因
问题的原因是,缺少了.bst文件,这个bst文件适用于指定参考文件样式的,下面的图是springer给的模板里面的user-manaul.pdf的说明

 

 问题解决
1、进入模板所在文件中的bst文件夹,然后选择相应的.bst文件,然后移动到上级文件目录中,详细操作请看下图

 

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值