码迷,mamicode.com
首页 > 其他好文 > 详细

LaTeX排版指定行列的子图

时间:2015-08-20 06:47:00      阅读:685      评论:0      收藏:0      [点我收藏+]

标签:latex   子图排版   子标题   latex图形排版   latex排版   

在写paper时,经常遇到LaTeX排版指定行列的子图形。以2X2子图为例,代码如下:

\usepackage{subfig}
\begin{figure*}[!htb]
  \centering
  \subfloat[Location of Cell Towers]{\includegraphics[width=0.47\textwidth]{figures/geo_tower.pdf}} &
	\subfloat[Number of Records]{\includegraphics[width=0.47\textwidth]{figures/geo_records.pdf}} \	\subfloat[User Population]{\includegraphics[width=0.47\textwidth]{figures/geo_population.pdf}} &
	\subfloat[Data Volume]{\includegraphics[width=0.47\textwidth]{figures/geo_data_volume.pdf}} \  \caption{Geographic Distribution of Cell Towers, Number of Records, User Population and Data Volume}
	\label{fig:geo_distribution}
	\vspace{0.2in}
\end{figure*}

排版效果如下:

技术分享

版权声明:本文为博主原创文章,未经博主允许不得转载。

LaTeX排版指定行列的子图

标签:latex   子图排版   子标题   latex图形排版   latex排版   

原文地址:http://blog.csdn.net/vernice/article/details/47801063

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!