## 编译环境
操作系统
* [x ] Windows 7/8/10
* [ ] macOS
* [ ] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [ ] TexLive `...
## 编译环境
操作系统
* [x ] Windows 7/8/10
* [ ] macOS
* [ ] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [ ] TexLive `年份`
* [ ] MikTeX `版本号`
* [x ] CTeX
`若需勾选,请把[ ]改成[x]`
## 我的问题
插入图片后,在图片后面出现冒号,如:Fig.11:
回答: 2020-10-01 21:45
还有一件事必须说。
假设用了期刊提供的 `cls` 文件,那么就不要改变它的设置,投稿排版不等于刊行排版。
回答: 2020-10-01 21:45
根据你提供的MWE,我稍加更改
```
\documentclass[preprint,prd,amsmath,amssymb,nofootinbib]{revtex4}
\usepackage{graphicx}
\begin{document}
\begin{figure}[!htbp]
\centering
\includegraphics[width=0.4\linewidth]{example-image.pdf}
\caption{This is a figure.}\label{figure}
\end{figure}
\end{document}
```
然后发现结果是这样
![](https://wenda.latexstudio.net/data/attach/201002/KMxuNXnZ.jpg)
一周热门 更多>