I am writing a response letter in LaTeX using \documentclass revtex4-2. I also include the changebar package as suggested in Vertical line next to a block, trying to highlight the text by the bar on the side. Here are the details:
\documentclass[aps,prl,preprint,superscriptaddress,letterpaper]{revtex4-2}
\usepackage{xcolor}
\usepackage[leftbars, color]{changebar}
\cbcolor{red}
However, when I want to highlight a paragraph using cbstart and cbend, it does not work at all. For example:
\cbstart
In particle theory, the skyrmion is a topologically stable field configuration
of a certain class of non-linear sigma models
\cbend
However, when I change to the ordinary \documentclass, it works properly:
\documentclass[12pt, letterpaper]{article}
So the LaTeX code should be right. I guess it may attribute to the revtex4-2 can anyone help me to solve this problem?
