答案1
在该包的帮助下caption
:
\documentclass{article}
\usepackage{caption}
\captionsetup[table]{labelfont=bf,
labelsep=newline,
singlelinecheck=false}
\begin{document}
\begin{table}
\caption{this is my caption text}
\end{table}
\begin{table}
\caption{this is my caption text this is my caption text this is my caption text this is my caption text this is my caption text}
\end{table}
\end{document}
答案2
caption
序言中的加载和使用
\captionsetup{singlelinecheck=off, labelfont=bf, labelsep=newline}