Query: nbibfind
OS: debian
Section: 1
Links: debian man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NBIBFIND(1) General Commands Manual NBIBFIND(1)NAMEnbibfind - find bibliography entries for BibTeX or NbibTeXSYNOPSISnbibfind [-terse|-full|-bib] query [bibname...]DESCRIPTIONnbibfind searches for BibTeX entries using the same query algorithm as NbibTeX. If the optional list of bibnames is given, it searches only those bibliographies; otherwise, it searches all bibliographies on the user's BIBINPUTS (or on the standard system path). The lan- guage of query is that of nbibtex(1).OPTIONS-terse Print a one-line summary of each matched entry (the default). -full Print a longer summary of each matched entry, including full authors, year, and title, possibly spread over multiple lines. -bib Print each entry in a form suitable for including in a .bib file.EXAMPLESnbibfind author=knuth:series=art-programming:volume=2 nbibfind knuth:seminumerical personal.bib nbibfind harper-moggi:phase nbibfind :essence-algol nbibfind :essence-functionalQUERY LANGUAGEThe query language is that of nbibtex(1). A query consists of a sequence of one or more constraints separated by colons. A constraint may be empty. A nonempty constraint is of the form key=words, where key is the name of a field in the NbibTeX entry and words is a sequence of one or more words separated by dashes. The contraint is satisfied if every word in words is found in the field named by key. (The key may also be [type], which matches agains the type of the entry, or *, which looks for words in any field.) As a convenience, keys may be defaulted in up to three constraints. In the first constraint, the default key is author. In the second constraint, the default key is year if words is all digits, and is title otherwise. In the third constraint, the default key is year if words is all digits, and is [type] otherwise. To match a word in words, nbibfind uses the Boyer-Moore string-matching algorithm, so longer words are usually faster.ENVIRONMENTFor .bib files, nbibfind uses the BIBINPUTS environment variable if that is set, otherwise the default. For details of the searching, see tex(1) and kpsewhich(1).SEE ALSOnbibtex(1), latex(1), tex(1), kpsewhich(1), bibtex(1). Leslie Lamport, LaTeX - A Document Preparation System, Addison-Wesley, 1985, ISBN 0-201-15790-X.AUTHORNorman Ramsey, Harvard University. 4 May 2006 NBIBFIND(1)
Related Man Pages |
---|
bibtex2html(1) - debian |
bibtexconv(1) - debian |
bibtool(1) - debian |
nbibfind(1) - debian |
bibtex(1) - centos |
Similar Topics in the Unix Linux Community |
---|
replace a string with content from another file |
find and replace query |
match 2 files by values |
Dynamically parse BibTeX and create hash of hash |
File updation on matching key |