I am writing an article for IEEE Access using the IEEEtrans.cls and ieeeaccess.cls templates.
My problem is, that these templates are using the color package to define the headers and I receive a list of warnings when I try to use a package using the xcolor package.
I can demonstrate the problem with the small modification of the IEEE Access template in Overleaf including the changes package in the preamble.
I added only this line to the main text of the template:
\usepackage[markup=underlined,commentmarkup=footnote]{changes}
I would like to get rid of the warnings without giving up to use the changes package or any other xcolor based packages.
I would appreciate your answers on the topic.
Please feel free to adjust the project to provide a working solution.
The Minimal Working Example:
\documentclass{ieeeaccess}
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
%If not commented, warnings given for the incompatible color definition
\usepackage[markup=underlined,commentmarkup=footnote]{changes}
\begin{document}
\section{Header}
Some text here. The colors are fine with or without the "changes" package, but warnings are listed.
\subsection{SubSection}
And also here
\Figure[t!](topskip=0pt, botskip=0pt, midskip=0pt){fig1.png}
{Magnetization as a function of applied field.
It is good practice to explain the significance of the figure in the caption.\label{fig1}}
\EOD
\end{document}
Required files for the template to work can be retrieved from: https://ieeeaccess.ieee.org/wp-content/uploads/2020/04/access.zip
Working, editable, and shared Overleaf project: https://www.overleaf.com/9292567342drnymnpxzbst
the ieeeaccess.clstemplate might be available for a while, thus I can link it, and my added code is already in the question... – Hadain Jul 12 '20 at 12:16\definecolor{accessblue}{cmyk}{.24,1,1,0}– Hadain Jul 12 '20 at 17:30