使用center环境生成表格,但是表头和表格之间被插入一张表格后面的图片

2021-02-28 17:04发布

## 编译环境 操作系统 * [x ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [ ] TexLive `...

## 编译环境 操作系统 * [x ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [ ] TexLive `年份` * [ ] MikTeX `版本号` * [x ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 使用center环境生成表格,但是表头和表格之间被插入一张表格后面的图片。。。求助gew各位老大,这样该怎么改。。。 \documentclass{cpbtex} \newtheorem{theorem}{Theorem}{} \newtheorem{corollary}{Corollary}{} \newtheorem{remark}{Remark}{} %\setcounter{MaxMatrixCols}{30} \usepackage{amssymb} \usepackage{amsmath} \usepackage{booktabs} \usepackage{caption} \usepackage{graphicx} \begin{document} \begin{CJK*}{GBK}{song} \section{Introduction} \begin{center} {\footnotesize{\bf Table 4.} The top 5\% important transmission lines of IEEE 118-bus system screening by the Electric betweenness algorithm and the TL-SALSA algorithm\\ \vspace{2mm} \begin{tabular}{ccc} \hline Ranking & Electric betweenness & TL-SALSA \\ \hline 1 & bus 65--68 & bus 5--bus 8 \\ \hline \end{tabular}} \end{center} \end{CJK*} %% end the Chinese environment \end{document} %%% end document