Kac*_*cey 7 latex space caption
在乳胶中,我想将整个文档的空间加倍,包括脚注和表格标题.
我试过了
\ usepackage {setspace}
\ doublespacing
它适用于主文本,但不适用于表格标题.
有谁有想法吗?谢谢.
caption检测是否存在setspace并允许您相应地设置font键值:

\documentclass{article}
\usepackage{setspace,caption}
\usepackage{lipsum}
\captionsetup{font=doublespacing}% Double-spaced float captions
\doublespacing% Double-spaced document text
\begin{document}
\begin{figure}
\caption[lipsum2]{\lipsum[2]}
\end{figure}
\lipsum[1]
\end{document}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
23299 次 |
| 最近记录: |