latex图片标题居中
生活随笔
收集整理的這篇文章主要介紹了
latex图片标题居中
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
1.全局圖片標題居中
\usepackage[justification=centering]{caption}
2.兼具居中+左對齊
\usepackage{caption}
如果還不行,在想居中的行這樣設(shè)置:
\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}
總結(jié)
以上是生活随笔為你收集整理的latex图片标题居中的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: latex表格中的字上下垂直居中
- 下一篇: 半导体封装流程是什么