latex 图片标题居中
Posted Winstone
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 图片标题居中的主要内容,如果未能解决你的问题,请参考以下文章