BibTeX, biblatex and biber ⇒ Reference list and two word surnames
-
- Posts: 17
- Joined: Mon Aug 27, 2012 8:58 pm
Reference list and two word surnames
BiBTeX transforms the following citation (Example 1):
Le Roux, J. D. and Glasser, E. (2008) 'Working with the imagination' The Imaginary Journal 53, 1680-1693.
into (Example 2):
Roux, J. D. L. and Glasser, E. . . .
So, how do you have BiBTeX represent the citation as Example 1 instead of Example 2?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Reference list and two word surnames
Code: Select all
@article{LeRoux2008,
author = "{Le Roux}, J. D. and Glasser, E.",
year = 2008,
title = "Working with the Imagination",
journal = "The Imaginary Journal",
volume = 53,
pages = "1680--1693"
}