latex常见应用

latex中加罗马数字

\uppercase\expandafter{\romannumeral2}

直接显示罗马数字
在这里插入图片描述

latex中多个作者用同一个地址(比如A,B,D是一个地址,C是另一个地址)

\author[author1]{A}
\author[author1]{B{cor1}}
% cor1表示引注,一般用于通信作者
\ead{XX@stu.xjtu.edu.cn}
\author[author2]{C}
\author[author1]{D}
\address[author1]{School of Software Engineering, Xi'an Jiaotong University, Xi'an 710049, China}
\address[author2]{School of Mechanical Engineering, Xi'an Jiaotong University, Xi'an 710049, China}
\cortext[cor1]{Corresponding author.}

latex显示编辑行数

右击左侧箭头中的show line numbers
在这里插入图片描述

latex中添加两行两列的图片

\begin{figure}[htbp]
\centering
\subfigure[The recurrent cell with 2 nodes.]{
\begin{minipage}[t]{0.5\linewidth}
\centering
\includegraphics[width=1.2in]{graph/step_2.png}
\end{minipage}
}
\subfigure[The recurrent cell with 4 nodes.]{
\begin{minipage}[t]{0.5\linewidth}
\centering
\includegraphics[width=1.2in]{graph/step_4.png}
\end{minipage}
}

%这个回车键很重要 \quad也可以
\subfigure[The recurrent cell with 8 nodes.]{
\begin{minipage}[t]{0.5\linewidth}
\centering
\includegraphics[width=1.3in]{graph/step_8.png}
%\caption{fig2}
\end{minipage}
}
\subfigure[The recurrent cell with 12 nodes.]{
\begin{minipage}[t]{0.5\linewidth}
\centering
\includegraphics[width=1.5in]{graph/step_12.png}
\end{minipage}
}

\centering
\caption{RNN cells containing different nodes on the FD001 dataset.}
\end{figure}
  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值