I want to cite one Mexican surname reference and I want the author to be printed in double-barrelled names like this
Fern{\'a}ndez-y-Fern{\'a}ndez
. But when I compile the code the two hyphens are not printed.Could you please help me with this issue? Here is the reference I included.
Code: Select all
@inproceedings{simons05using,
author = {Anthony J. H. Simons and Carlos Alberto Fern{\'a}ndez-y-Fern{\'a}ndez},
title = {Using Alloy to model-check visual design notations},
booktitle = {Proceedings of the Sixth Mexican International Conference on Computer Science},
series = {ENC '05},
year = {2005},
isbn = {0-7695-2454-0},
pages = {121--128},
numpages = {8},
url = {http://dx.doi.org/10.1109/ENC.2005.52},
doi = {10.1109/ENC.2005.52},
acmid = {1112075},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA}
}
Rahimi