Open augustfly opened 2 years ago
Some issues so far:
Relevant discussion threads:
Building on this thread: I have also found that using \edit#
will bold the text regardless of whether the trackchanges
argument is specified in the class declaration.
A workaround in the interim is to redefine the command in your document header so that it does nothing
\renewcommand{\edit}[1]{}
(I'm not sure if this will work for any edit number or just \edit1
.)
Here is an MWE:
\documentclass{aastex631}
\begin{document}
I wrote some stuff, and then the reviewer suggested I add \edit1{this other stuff.}
\end{document}
Despite the lack of trackchanges
, "this other stuff" will still be bold in the output PDF.