BibTeX, biblatex and biberLaTeX auto reference in BiBTeX

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
alanq
Posts: 21
Joined: Mon Dec 28, 2009 3:03 am

LaTeX auto reference in BiBTeX

Post by alanq »

I am typesetting a book in LaTeX.
It will contain some graphs that I will create using R (http://www.r-project.org/).
The R Development Core Team say
We have invested a lot of time and effort in creating R, please cite it when using it for data analysis.
and they give the following BiBTeX entry

Code: Select all

  @Manual{,
    title = {R: A Language and Environment for Statistical Computing},
    author = {{R Development Core Team}},
    organization = {R Foundation for Statistical Computing},
    address = {Vienna, Austria},
    year = {2009},
    note = {{ISBN} 3-900051-07-0},
    url = {http://www.R-project.org},
  }
Is there an equivalent for citing LaTeX (and, for that matter, BiBTeX) ?

Also, I would like to say on the copyright page that the book was typeset using LaTeX. Is there a standard way to do this as well?

Thank you.

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