سلام میتونین از کد زیر کپی کنین:
\documentclass{article}
\usepackage{soul}
\usepackage{xcolor}
% Redefine \hl to use background color without underlining
\makeatletter
\def\SOUL@hlpreamble{%
\setul{}{3.5ex}%
\let\SOUL@stcolor\SOUL@hlcolor%
\SOUL@stpreamble%
}
\makeatother
\begin{document}
This is some \hl{highlighted text} in a LaTeX document without underlining.
\end{document}