1bibmradd(1)                    CROSSREF LIBRARY                    bibmradd(1)
2
3
4

NAME

6       bibmradd.pl - add MR numbers to papers in a given bib file
7

SYNOPSIS

9       bibmradd  [-d] [-f] [-e 1|0] [-o output] bib_file
10

OPTIONS

12       -d  Debug mode
13
14       -e  If 1 (default), add an empty mrnumber if a mr 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 MR 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 "_mr" to the input file
23

DESCRIPTION

25       The script reads a BibTeX file.  It checks whether the entries have
26       mrnumberss.  If not, tries to contact internet to get the numbers.  The
27       result is a BibTeX file with the fields "mrnumber=..." added.
28
29       The name of the output file is either set by the -o option or is
30       derived by adding the suffix "_mr" to the output file.
31

AUTHOR

33       Boris Veytsman
34
36       Copyright (C) 2014-2017  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                                  2017-11-18                       bibmradd(1)
Impressum