Latex 如何突出背面的参考文献编号和引用?

Latex 如何突出背面的参考文献编号和引用?,latex,Latex,我想在提交给《华尔街日报》的修订论文中强调我的修改。具体来说,我想要 突出显示多参考引文中包含的特定参考号 我尝试使用“\hl{}”使用“\usepackage{soul}”,但它会给我错误,除非我跳过引用(即,\cite{}),并重新引用表格或数字的句子(\ref{}) 我有两个问题: 1-如何在从11到15开始的多个参考中仅突出显示特定参考号(例如,参考号13) 如下所示(我无法强调参考编号13): 参考文件: @article{yamazoe1991new, title={New ap

我想在提交给《华尔街日报》的修订论文中强调我的修改。具体来说,我想要 突出显示多参考引文中包含的特定参考号

我尝试使用“\hl{}”使用“\usepackage{soul}”,但它会给我错误,除非我跳过引用(即,\cite{}),并重新引用表格或数字的句子(\ref{})

我有两个问题:

1-如何在从11到15开始的多个参考中仅突出显示特定参考号(例如,参考号13)

如下所示(我无法强调参考编号13):

参考文件:

@article{yamazoe1991new,
  title={New approaches for improving semiconductor gas sensors},
  author={Yamazoe, Noboru},
  journal={Sensors and Actuators B: Chemical},
  volume={5},
  number={1-4},
  pages={7--19},
  year={1991},
  publisher={Elsevier}
  }



  @article{korotcenkov2011instability,
  title={Instability of metal oxide-based conductometric gas sensors and 
   approaches to stability improvement (short survey)},
   author={Korotcenkov, G and Cho, BK},
   journal={Sensors and Actuators B: Chemical},
   volume={156},
   number={2},
   pages={527--538},
   year={2011},
   publisher={Elsevier}
   }

  @article{park2015material,
  title={Material approaches to stretchable strain sensors},
  author={Park, Jaeyoon and You, Insang and Shin, Sangbaie and Jeong, 
   Unyong},
   journal={ChemPhysChem},
   volume={16},
   number={6},
   pages={1155--1163},
   year={2015},
   publisher={Wiley Online Library}
    }



    @inproceedings{rosi2011social,
     title={Social sensors and pervasive services: Approaches and 
     perspectives},
     author={Rosi, Alberto and Mamei, Marco and Zambonelli, Franco and 
    Dobson, Simon and Stevenson, Graeme and Ye, Juan},
    booktitle={2011 IEEE international conference on pervasive computing and 
  communications workshops (PERCOM Workshops)},
   pages={525--530},
   year={2011},
   organization={IEEE}
     }


    @article{clark1992optimal,
    title={Optimal placement of piezoelectric actuators and polyvinylidene 
    fluoride error sensors in active structural acoustic control approaches},
     author={Clark, Robert L and Fuller, Chris R},
    journal={The Journal of the Acoustical Society of America},
   volume={92},
    number={3},
    pages={1521--1533},
     year={1992},
     publisher={ASA}
     }

2-我如何突出一个短语,包括章节、表格或图表的引用和参考

如下所示(我无法突出显示章节编号):

输出:


要在突出显示的文本中使用
\ref
,请将其包装在另一层
{}
中,并且
\cite
命令可以隐藏在
\mbox
中(对于非数字参考样式,这可能会导致换行符问题):

与问题无关,但应避免标签中的空格


你能添加一个吗?好的,我添加了。那你能帮我吗?谢谢,这是我的作品,解决了问题2。但是,问题1呢?@MohsenAli好吧,在你发布的代码片段中没有
\cite
s。。。如果你想展示一个可编译的文档,重现你面临的问题,我可以看看哦,我编辑了我的帖子,并添加了显示问题的代码。看,在修改我的论文时,我又添加了两个参考文献(参考文献13和参考文献14)。我的要求是只突出显示这些添加的引用(13和14)的数量,以便编辑器可以很容易地注意到这一修改?@MohsenAli不幸的是,代码片段没有编译。Kay,我更新了代码以使其可编译。你能帮我吗?
@article{yamazoe1991new,
  title={New approaches for improving semiconductor gas sensors},
  author={Yamazoe, Noboru},
  journal={Sensors and Actuators B: Chemical},
  volume={5},
  number={1-4},
  pages={7--19},
  year={1991},
  publisher={Elsevier}
  }



  @article{korotcenkov2011instability,
  title={Instability of metal oxide-based conductometric gas sensors and 
   approaches to stability improvement (short survey)},
   author={Korotcenkov, G and Cho, BK},
   journal={Sensors and Actuators B: Chemical},
   volume={156},
   number={2},
   pages={527--538},
   year={2011},
   publisher={Elsevier}
   }

  @article{park2015material,
  title={Material approaches to stretchable strain sensors},
  author={Park, Jaeyoon and You, Insang and Shin, Sangbaie and Jeong, 
   Unyong},
   journal={ChemPhysChem},
   volume={16},
   number={6},
   pages={1155--1163},
   year={2015},
   publisher={Wiley Online Library}
    }



    @inproceedings{rosi2011social,
     title={Social sensors and pervasive services: Approaches and 
     perspectives},
     author={Rosi, Alberto and Mamei, Marco and Zambonelli, Franco and 
    Dobson, Simon and Stevenson, Graeme and Ye, Juan},
    booktitle={2011 IEEE international conference on pervasive computing and 
  communications workshops (PERCOM Workshops)},
   pages={525--530},
   year={2011},
   organization={IEEE}
     }


    @article{clark1992optimal,
    title={Optimal placement of piezoelectric actuators and polyvinylidene 
    fluoride error sensors in active structural acoustic control approaches},
     author={Clark, Robert L and Fuller, Chris R},
    journal={The Journal of the Acoustical Society of America},
   volume={92},
    number={3},
    pages={1521--1533},
     year={1992},
     publisher={ASA}
     }
\documentclass[10pt,journal,compsoc]{IEEEtran}
 \usepackage{soul}
\hl{In Section}~\ref{section 5}, \hl{we add a supplemental case study.}\hl{ 
In Section}~\ref{section 6} \hl{a description of related work is given, and 
in Section}~\ref{section 7},\hl{ we conclude the paper.}
 \documentclass[10pt,journal,compsoc]{IEEEtran}
\usepackage{soul}
\usepackage{xcolor}
\usepackage{cite}
\sethlcolor{yellow} 

\begin{document} 

\section{section 5}
\label{section5}
\section{section 6}
\label{section6}
\section{section 7}
\label{section7}

\hl{In Section~{\ref{section5}}, we add a supplemental case study. In Section~{\ref{section6}} a description of related work is given, and 
in Section~{\ref{section7}}, we conclude the paper.}

\hl{test\mbox{\cite{yamazoe1991new}} test}

\bibliography{\jobname}
\bibliographystyle{unsrt}

\end{document}