当前位置:网站首页>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}
效果:
边栏推荐
- Browser Storage for H5
- Shadowless Cloud Desktop
- What should I do if the SSL certificate prompts that it is expired or invalid?
- VLAN介绍与实验
- D39_ coordinate transformation
- The size of the screen adaptation
- 人人AI(吴恩达系列)
- Collection of error records (write down when you encounter them)
- The method of using ROS1 bag under ROS2
- 618, you may be able to wake up a little bit
猜你喜欢

BIO, NIO, AIO practical study notes (easy to understand theory)

The 25 best free games on mobile in 2020

Into the pre-service, thought they play so flowers

Nacos集群的搭建过程详解

Transformer详细解读与预测实例记录

摆脱极域软件的限制

Vim tutorial: vimtutor

VRRP overview and experiment

What?CDN cache acceleration only works for accelerating static content?

DevOps - Understanding Learning
随机推荐
从“双卡双待“到”双通“,vivo率先推动DSDA架构落地
Growth: IT Operations Trends Report
ev加密视频转换成MP4格式,亲测可用
disabledDate 日期选择器 datePicker
transport layer protocol
Mina的长连接和短连接
Proprietary host CDH
[ingress]-ingress使用tcp端口暴露服务
Cloud computing - osi seven layers and TCP\IP protocol
多线程之传递参数
The cocos interview answers you are looking for are all here!
sql server duplicate values are counted after
人人AI(吴恩达系列)
初识网页与浏览器
Into the pre-service, thought they play so flowers
7 steps to complete cloud monitoring
VLAN is introduced with the experiment
Nacos集群搭建
In-depth Zabbix user guide - from the green boy
Take you in-depth understanding of cookies