当前位置:网站首页>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}
效果:
边栏推荐
- Transformer interprets and predicts instance records in detail
- Growth: IT Operations Trends Report
- What impact does CIPU have on the cloud computing industry?
- Will intelligent operation and maintenance replace manual operation and maintenance?
- Complete mysql offline installation in 5 minutes
- el-progress实现进度条颜色不同
- Dry!Teach you to use industrial raspberries pie combining CODESYS configuration EtherCAT master station
- 单片机期末复习大题
- js判断文字是否超过区域
- One-arm routing experiment and three-layer switch experiment
猜你喜欢
vs2017关于函数命名方面的注意事项
Unity realizes first-person roaming (nanny-level tutorial)
多线程之传递参数
Cloud Computing Basics - Study Notes
GetEnumerator method and MoveNext and Reset methods in Unity
el-autocomplete use
单片机原理与应用复习
input详解之文件上传
What's the point of monitoring the involution of the system?
sql server 重复值在后面计数
随机推荐
What's the point of monitoring the involution of the system?
Shadowless Cloud Desktop
LeetCode中常用语言的一些基本方法记录
disabledDate 日期选择器 datePicker
What?CDN cache acceleration only works for accelerating static content?
Media query, rem mobile terminal adaptation
DevOps - Understanding Learning
js 使用雪花id生成随机id
BIO,NIO,AIO实践学习笔记(便于理解理论)
前置++和后置++的区别
Quick question and quick answer - FAQ of Tencent Cloud Server
flink cdc 目前支持Gauss数据库源吗
Transformer interprets and predicts instance records in detail
LinkSLA insists that users come first and creates a sustainable operation and maintenance service plan
User and user group management, file permission management
H5开发调试-Fiddler手机抓包
摆脱极域软件的限制
Mina的长连接和短连接
原生JS带你了解数组方法实现及使用
The method of using ROS1 bag under ROS2