话不多说,上代码: 效果图:\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}
发表评论 取消回复