当前位置:网站首页>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}
效果:
边栏推荐
- What?CDN cache acceleration only works for accelerating static content?
- ALC experiment
- Alibaba Cloud Video on Demand
- Cloud computing - osi seven layers and TCP\IP protocol
- Dry!Teach you to use industrial raspberries pie combining CODESYS configuration EtherCAT master station
- LeetCode练习及自己理解记录(1)
- The 25 best free games on mobile in 2020
- Into the pre-service, thought they play so flowers
- document.querySelector()方法
- Next-Generation Parsing Technology - Cloud Parsing
猜你喜欢
NB-IOT智能云家具项目系列实站
Nacos集群的搭建过程详解
From "dual card dual standby" to "dual communication", vivo took the lead in promoting the implementation of the DSDA architecture
路由器和静态路由的配置
多行文本省略
selenium learning
数组&的运算
前置++和后置++的区别
ev加密视频转换成MP4格式,亲测可用
What?CDN cache acceleration only works for accelerating static content?
随机推荐
Cloud Computing Basics - Study Notes
VLAN is introduced with the experiment
VRRP overview and experiment
媒体查询、rem移动端适配
Tencent greetings function SCF - entry instructions
浏览器存储WebStorage
[Problem has been resolved]-Virtual machine error contains a file system with errors check forced
多线程之传递参数
Growth: IT Operations Trends Report
Dry!Teach you to use industrial raspberries pie combining CODESYS configuration EtherCAT master station
大小屏适配
Transformer interprets and predicts instance records in detail
Mina's long and short connections
Drools规则引擎快速入门(一)
Tencent Cloud Message Queue CMQ
Into the pre-service, thought they play so flowers
BIO, NIO, AIO practical study notes (easy to understand theory)
DevOps流程demo(实操记录)
D39_Eulerian Angles and Quaternions
NB-IOT智能云家具项目系列实站