当前位置:网站首页>Latex使用--subfigure竖排图形
Latex使用--subfigure竖排图形
2022-07-27 16:21:00 【bamboogz99】
LaTeX插图始终是件麻烦的事情, 这里介绍了如何 在LaTeX文档中插入图片, 但有时还是不能满足某些特殊要求. 这里介绍使用latex的subfigure竖排图形. 参考这里的资料.
注意要使用宏包\usepackage{graphicx}和\usepackage{subfigure}
IEEE给的模板是图形横排,subfigure不支持\\换行
所以网上查了查,有个人用minipage放在subfigure{}中,在minipage{}里换行
[CODE]
\begin{figure}
\centering
\subfigure[the first subfigure]{
\begin{minipage}[b]{0.2\textwidth}
\includegraphics[width=1\textwidth]{fig1.eps} \\
\includegraphics[width=1\textwidth]{fig2.eps}
\end{minipage}
}
\subfigure[the second subfigure]{
\begin{minipage}[b]{0.2\textwidth}
\includegraphics[width=1\textwidth]{fig3.eps} \\
\includegraphics[width=1\textwidth]{fig4.eps}
\end{minipage}
}
\end{figure}
以上显示在单列。如果希望跨列显示,可以用\begin{figure*}...\end{figure*},并且修改相应的宽度参数。
边栏推荐
- Hash、Set、List、Zset、BitMap、Scan
- Redis注解
- Use mobaxtermto establish a two-tier springboard connection
- express get/post/delete...请求
- 瑞吉外卖笔记
- Valueerror: found input variables with inconsistent numbers of samples: [80019456, 26673152] [error reporting]
- MySQL 06 transaction, view, index, backup and recovery
- MySQL create event execution task
- Idea 2020.1 Community Edition download experience
- MySQL 05 stored procedure
猜你喜欢

USB rechargeable hand warmer chip dltap602sc Jericho

npm 基本使用

Uni app for wechat login (to be finished)

Uni app traversal array rendering data vertical rendering

JDBC MySQL 01 JDBC operation MySQL (add, delete, modify and query)

Login page tablelayout

Sentinel1.8.4 persistent Nacos configuration

LeetCode 刷题 第二天

V-bind and V-for

Led with fan eye protection learning table lamp touch chip-dlt8s12a
随机推荐
Aircraft battle with enemy aircraft
瑞吉外卖笔记
网红RGB镜子灯触摸芯片-DLT8S15B-杰力科创
Set the arc button to be displayed in the middle
TypeError: conv2d(): argument ‘padding‘ (position 5) must be tuple of ints, not str【报错】
C file and folder input / output stream code
MySQL 05 存储过程
ValueError: Found input variables with inconsistent numbers of samples: [80019456, 26673152]【报错】
TS learning notes interface
Blog Garden beautification tutorial
WPS turns off annoying advertisements
百度地图技术概述,及基本API与WebApi的应用开发
express get/post/delete...请求
Intelligent insomnia therapeutic instrument product dlt8p68sa Jericho
订单的提交
兆骑科创海内外引进高层次人才,创新创业项目对接
JS中的数组与对象
Join query and subquery
was not registered for synchronization because synchronization is not active[已解决]
MySQL 01 关系型数据库设计