1bibzbladd(1) LATEX CROSSREFWARE bibzbladd(1)
2
3
4
6 bibzbladd.pl - add Zbl numbers to papers in a given bib file
7
9 bibzbladd [-d] [-f] [-e 1|0] [-o output] bib_file
10
12 -d Debug mode
13
14 -e If 1 (default), add an empty zblnumber if a zbl cannot be found.
15 This prevents repeated searches for the same entries if you add new
16 entries to the file. Calling "-e 0" suppresses this behavior.
17
18 -f Force searching for Zbl numbers even if the entry already has one.
19
20 -o output
21 Output file. If this option is not used, the name for the output
22 file is formed by adding "_zbl" to the input file
23
25 The script reads a BibTeX file. It checks whether the entries have
26 Zbls. If not, tries to contact internet to get the numbers. The
27 result is a BibTeX file with the fields "zblnumber=..." added.
28
29 The name of the output file is either set by the -o option or is
30 derived by adding the suffix "_zbl" to the output file.
31
33 Boris Veytsman
34
36 Copyright (C) 2014-2022 Boris Veytsman
37
38 This is free software. You may redistribute copies of it under the
39 terms of the GNU General Public License
40 <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
41 extent permitted by law.
42
43
44
45 2022-10-18 bibzbladd(1)