\documentclass{ieeeaccess}
\usepackage[noadjust]{cite}
\usepackage{amsmath,amssymb,amsfonts}
%\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{color, soul}
% comment out one of the two:
\newcommand{\myhl}[1]{\hl{#1}} % highlight
%\newcommand{\myhl}[1]{{#1}} % don't highlight
\soulregister\Hl{7}
\soulregister\cite7
\soulregister\ref7
\soulregister\eqref7
\soulregister\pageref7
%\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
% T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\begin{document}
\history{Date of publication xxxx 00, 0000, date of current version xxxx 00, 0000.}
\doi{10.1109/ACCESS.2017.DOI}
\title{Title}
\author{ABC}
\markboth
{}{}
\corresp{Corresponding author: ABC (e-mail: [email protected]).}
\begin{abstract}
ABC\end{abstract}
\begin{keywords}
ABC\end{keywords}
\titlepgskip=-15pt
\maketitle
\section{Introduction}
\label{sec:introduction}
I want to highlight the following equation: $f(x)=x^{10}+x^9+x^8+x^7+x^6+x^5+x^4+x^3+x^2+x$.
This equation is blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah.
This equation is blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah.
\\~
\\
\myhl{I want to highlight the following equation: $f(x)=x^{10}+x^9+x^8+x^7+x^6+x^5+x^4+x^3+x^2+x$.
This equation is blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah.
This equation is blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah.}
\EOD
\end{document}
上述代码的输出如下:
我该如何破解这个等式?谢谢。