当前位置:网站首页>LaTeX 图片加标题 文本分栏自动换行
LaTeX 图片加标题 文本分栏自动换行
2022-08-05 05:25:00 【ProfSnail】
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}
效果:
边栏推荐
猜你喜欢

带你深入了解Cookie

vs2017关于函数命名方面的注意事项

RAID disk array

Dry!Teach you to use industrial raspberries pie combining CODESYS configuration EtherCAT master station

Transformer interprets and predicts instance records in detail

滚动条问题,未解决

Mina断线重连

el-progress实现进度条颜色不同

King power volume LinkSLA, realize operations engineer is happy fishing

单片机期末复习大题
随机推荐
selenium模块的操作之拉钩
el-autocomplete use
Does flink cdc currently support Gauss database sources?
selenium learning
H5开发调试-Fiddler手机抓包
Billions of IT operations in the market, the product by strength to speak
VLAN介绍与实验
NAT experiment
product learning materials
flink cdc 目前支持Gauss数据库源吗
带你深入了解Cookie
618, you may be able to wake up a little bit
Teach you simple steps to achieve industrial raspberries pie properly installed RS232 USB drive
D46_Force applied to rigid body
ev加密视频转换成MP4格式,亲测可用
Nacos集群的搭建过程详解
Cocos Creator Mini Game Case "Stick Soldier"
网络排错基础-学习笔记
The hook of the operation of the selenium module
LeetCode中常用语言的一些基本方法记录