BibTeX, biblatex and biberHow to automatically change the reference name tag

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
pemfir
Posts: 23
Joined: Sun Aug 12, 2012 11:30 pm

How to automatically change the reference name tag

Post by pemfir »

each reference has a name tag. for example , "Balaguer2007", is the name tag of the reference below. I have a file with a huge number of references. is there anyway to automatically change the name tag of all of them to "author last name + publication date".

Code: Select all

@CONFERENCE{Balaguer2007,
  author = {B. Balaguer and S. Carpin and S. Balakirsky},
  title = {Towards Quantitative Comparisons of Robot Algorithms: Experiences
	with SLAM in Simulation and Real World Systems},
  year = {2007},
  organization = {IROS 2007 Workshop},
  owner = {feargod},
  timestamp = {2012.08.12}
}
Thanks

Recommended reading 2024:

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

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

Post Reply