commande \path{} dans url
Dans un fichier .bst que j'utilise, je vois la commande :
\providecommand{\doi}[1]{\href{http://dx.doi.org/#1}{\path{#1}}}
commande:
`\providecommand{\doi}[1]{\href{http://dx.doi.org/#1}{\path{#1}}}`
Si je comprends bien, la commande \path{} permet de créer des liens url potentiellement sur plusieurs lignes. Le problème, c'est que je tente de passer la police `rm` pour les url grâce à `\urlstyle{rm}` mais cette commande `\path` semble y être insensible.
\documentclass[twocolumn,10pt]{article}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@article{Yan2014,
author = {Yan, Zhimiao and Taha, Haithem and Hajj, M},
title = {Geometrically-exact unsteady model for airfoils undergoing large amplitude maneuvers},
journal = {Aerospace Science and Technology},
year = {2014},
volume = {39},
pages = {293-306},
doi = {10.1016/j.ast.2014.09.021},
}
\end{filecontents}
\usepackage{url}
\urlstyle{rm}
\usepackage[hidelinks]{hyperref}
\begin{document}
\cite{Yan2014}
\bibliographystyle{asmems5}
\bibliography{\jobname}
\end{document}
Le style asmems5.bst est une copie d'un [style dédié][1].
[1]: https://gist.github.com/anamewing/33860ec263fe5a165a8d904c32c4f6e7