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

latex 图片标题居中

时间:2017-05-28 18:01:18      阅读:406      评论:0      收藏:0      [点我收藏+]

标签:排版   spec   ecif   参考   ati   exchange   tac   for   对齐   

1.有一个全局图片标题居中的方法:

\usepackage[justification=centering]{caption}

2.如果排版时有的图标题想左对齐,有的想居中,前一个方法就不好了,这里可以加上引用

\usepackage{caption}

如果还不行,在想居中的行这样设置:

\begin{center}
\includegraphics [width=0.5\textwidth]{pic/throughput_latency_r.eps}
\caption{Latency-throughput for read workload}
\includegraphics [width=0.5\textwidth]{pic/throughput_latency_w.eps}
\caption{Latency-throughput for write workload}
\end{center}

参考 http://tex.stackexchange.com/questions/95207/how-to-center-a-specific-caption

latex 图片标题居中

标签:排版   spec   ecif   参考   ati   exchange   tac   for   对齐   

原文地址:http://www.cnblogs.com/winstonet/p/6916123.html

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