LaTeX 图片加标题 文本分栏自动换行

LaTeX制作PPT的时候,需要实现的效果。

两张图片并列,并分别添加小标题。
在图片的下方插入表格,表格中文字自动进行换行。

\begin{frame}
	\frametitle{多到多的序列转换模型\\Sequence To Sequence Models}
\begin{figure}[htbp]
\centering
\subfigure[RNN]{
\includegraphics[scale=0.25]{1-1-RNN.png} \label{1}
}
\quad
\subfigure[CNN]{
\includegraphics[scale=0.25]{1-2-CNN.png} \label{2}
}
\end{figure}

\begin{tiny}
\begin{center}
\begin{tabular}{p{4cm}p{4cm}}

Learning phrase representations using RNN encoder-decoder for statistical machine translation, Cho et al. & Neural machine translation in linear time, Kalchbrenner et al. 


\end{tabular}
\end{center}
\end{tiny}


\end{frame}

效果:
在这里插入图片描述
左边文字,右边图片

%-----------------------------------------------------------------
\begin{frame}{循环神经网络}{Recurrent Neural Networks}
\begin{columns}
	\column{0.5\textwidth}
	\begin{itemize}
		\item 用于进行变长表示学习的模型
		\item 适用于自然语言问题
		\item LSTM和GRU是主要的RNN变种
	\end{itemize}
	\column{0.5\textwidth}
	\begin{figure}
		\centering
		\includegraphics[width=6cm]{1-3-LSTM.png}
		\caption*{LSTM编码序列}
	\end{figure}
\end{columns}
\end{frame}

效果:
在这里插入图片描述

  • 1
    点赞
  • 14
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

ProfSnail

谢谢老哥嗷

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值