Search found 2 matches

by pakogaban
Sun Mar 21, 2010 9:46 am
Forum: BibTeX, biblatex and biber
Topic: How to print bib database and keys?
Replies: 3
Views: 4267

How to print bib database and keys?

Thank you, gmedina, that's what I wanted!
by pakogaban
Sat Mar 20, 2010 10:37 pm
Forum: BibTeX, biblatex and biber
Topic: How to print bib database and keys?
Replies: 3
Views: 4267

How to print bib database and keys?

I want to print all entries in my .bib file with keys listed besides every entry.

For example, if I have in my .bib file something like that:
@article{key,
author = "Name",
title = "Title",
year = 2000
}

can I get it printed in pdf file like this:
[key] Name.Title.2000.

I need it because there ...