General ⇒ Bibtex | adding custom fields
Bibtex | adding custom fields
I need to make a bibtex file for general use, but i have too much information to export if just using the default fields. There is an extra field called "note" and I need to know if i can use this note field more than once, or if i need to fit all of the extra information into just one instance of this note field.
Will be very gratefull if anyone has the answer to this question, as I cant find it online anywhere.
Alternatively, would it be possible to make up field names, assuming they would be ignored by users not needing or supporting them?
thank you in advance,
Sander van Servellen
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
Bibtex | adding custom fields
For instance:
Code: Select all
@ARTICLE{key,
author = {...},
title = {...},
journal = {...},
year = {...},
volume = {...},
pages = {...},
note = {...}
comment1 = {...}
comment2 = {...}
...
}
All the best,
Giangiacomo
Re: Bibtex Question
So if you have the electronic version of your document, you simply can click on the pdf symbol next to the entry title in JabRef and the related document opens instantly. Very useful!