首页 > 代码库 > latex 图片标题居中
latex 图片标题居中
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 图片标题居中
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。