Я хочу выделить свои изменения в исправленном документе для представления его в журнал. В частности, я хочу выделить конкретные ссылочные номера, включенные в цитаты с несколькими ссылками.
Я пытался с "\ hl {}", используя "\ usepackage {soul}", но он выдает мне ошибки, если я не пропущу цитаты (то есть \ cite {}) и не перефразирую предложения для таблиц или рисунков (\ref {}).
У меня есть два вопроса:
1- Как я могу выделить только конкретный ссылочный номер (например, ссылочный номер 13) среди нескольких ссылок, которые начинались с 11 до 15?
как здесь (я не могу выделить ссылочный номер 13):
\documentclass[10pt,journal,compsoc]{IEEEtran}
\usepackage{soul}
\usepackage{xcolor}
\usepackage{cite}
\sethlcolor{yellow}
\begin{document}
Second, sensor-based approaches~\cite{yamazoe1991new,korotcenkov2011instability,park2015material,rosi2011social,clark1992optimal} rely on
\bibliography{Refernces_file}
\bibliographystyle{unsrt}
\end{document}
Refernces_file:
@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- Как выделить фразу, включив в нее цитаты и ссылки на разделы, таблицы или рисунки?
как здесь (я не могу выделить номера разделов):
\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.}
Вывод: