BibTeX, biblatex and biberDouble-barrelled Author Name in Bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
rahimi
Posts: 1
Joined: Tue Jul 09, 2013 10:07 am

Double-barrelled Author Name in Bibliography

Post by rahimi »

Hello,

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}
}
Many thanks,
Rahimi
Last edited by localghost on Tue Jul 09, 2013 11:15 am, edited 2 times in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10337
Joined: Mon Mar 10, 2008 9:44 pm

Double-barrelled Author Name in Bibliography

Post by Stefan Kottwitz »

Hi Rahimi,

welcome to the forum!

Perhaps provide further information, so we would be able to verify the problem. In my opinion, just that BibTeX entry is not enough information to solve it. It would be good if you would post a Infominimal working example. For example, it could be an issue of the used font.

Stefan
LaTeX.org admin
Post Reply