I want to insert a bar in the margin in IEEEtran, but when I use changebar package, two-column figures and tables disappear. It is my code:
\documentclass[journal]{IEEEtran}
\usepackage{lipsum}
\usepackage{graphicx}
\usepackage[color]{changebar}
\usepackage{soul}
\usepackage{xspace}
\cbcolor{black}
\sethlcolor{yellow}
\newcommand{\edit}[1]{\cbstart\hl{#1}\cbend\xspace}
\begin{document}
\lipsum[1]
\lipsum[1]
\begin{figure*}
\centering
\includegraphics[width=15cm]{example-image}\\
\end{figure*}
\lipsum[1]
\lipsum[1]
\end{document}
I would really appreciate if you can provide any help.