Ссылка на цитирование в латексе синего цвета

Ссылка на цитирование в латексе синего цвета

В числовых ссылках я хочу, чтобы символы [и ]были черными, а число 12— синим.

The debate on alternatives to null hypothesis significance tests based 
on p-values [63] has led to a renewed interest in the Bayesian alternative 
known as the Bayes factor. Advantages of such Bayesian tests include the 
ability to provide evidence in favor of both the null and the alternative 
hypotheses [12].

\item \label{Boscoe} 
{Boscoe, A., Paramore, C., & Verbalis, J. G. (2006). Cost of illness of 
hyponatremia in the United States. Cost effectiveness and resource 
allocation : C/E, 4, 10. https://doi.org/10.1186/1478-7547-4-10}

решение1

Я полагаю, что вы создаете библиографию вашего документа вручную. Если это предположение верно, все, что вам нужно сделать для достижения вашего достижения, это (a) использовать \bibitemвместо \itemв thebibliographyсреде, (b) загрузить citeпакет управления цитированием и использовать \citeкоманды для генерации числовых ссылок на цитирование, и (c) загрузить пакет hyperrefи установить опцию пакета citecolor=blue.

введите описание изображения здесь

\documentclass{article}
\usepackage[noadjust]{cite}
\usepackage{xcolor}
\usepackage{xurl} % to typeset URL strings
\usepackage[colorlinks,citecolor=blue,urlcolor=red]{hyperref}
\hyphenation{hypo-na-tremia} % optional
\begin{document}

\noindent
\cite{Boscoe}

\begin{thebibliography}{99}
\setcounter{enumiv}{11} % just for this example

\bibitem{Boscoe} Boscoe, A., Paramore, C., \& Verbalis, J. G. (2006). Cost 
of illness of hyponatremia in the United States. Cost Effectiveness and 
Resource Allocation: C/E, 4, 10. \url{https://doi.org/10.1186/1478-7547-4-10}

\end{thebibliography}
\end{document}

Связанный контент