赞
踩
论文修改时,编辑要求对修改内容进行高亮显示。
比较简单的处理方法是使用下面的方式:
\usepackage{soul}
\hl{This will be highlight.}
但是遇到\cite、\ref等命令时该方式就容易出错。解决方法很简单,对这些命令进行注册:
\usepackage{soul}
\soulregister\cite7 % 针对\cite命令
\soulregister\citep7 % 针对\citep命令
\soulregister\citet7 % 针对\citet命令
\soulregister\ref7 % 针对\ref命令
\soulregister\pageref7 % 针对\pageref命令
\hl{This cation cite{引用ID} will be highlight.}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。