话不多说,上代码:

\documentclass{article}
\usepackage{times}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{159.0pt}
\setlength\intextsep{6pt}
\AtBeginDocument{\captionsetup{aboveskip=3pt}
\usepackage{float,graphicx}
\usepackage[font={sf,bf},textfont=md]{caption}
\floatstyle{boxed}
\restylefloat{table}

\begin{document}
\begin{figure}[ht] \centering
 \includegraphics[width=10mm]{Escher}
 \caption{Short caption}
\end{figure}
\begin{table}[ht] \centering A B C D E F G H I J K L M
 \caption{A caption that runs over more than one line}
\end{table}
\end{document}

效果图:

点赞(1)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部