aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bib-lskeys.awk
blob: 1932ced5ab2169e67ca12afc19a4d4f131ac5f5d (plain)
1
2
3
4
5
6
7
8
9
# bib-lskeys.awk - print the key of every entry, one per line
#
# Requires bib-parse.awk.

function bib_pass(raw) { }

function bib_entry(type, key) {
  print key
}