Table of contents


NAME

bibunlex - reconstruct a BibTeX bibliography data base file from bibclean or biblex lexical analysis output

SYNOPSIS

bibunlex <infile >outfile
or
bibunlex file1 file2 file3 ... >outfile

DESCRIPTION

bibunlex takes a lexical token stream from bibclean(1) or from biblex(1), and reconstructs a BibTeX bibliography data base file on stdout.

The reconstruction is simplistic with regard to obtaining nice spacing, and best results will be obtained if the output is prettyprinted by bibclean(1). For example,

bibclean -no-prettyprint *.bib | some-filter | bibunlex | bibclean 
>new.bib"
biblex *.bib | some-filter | bibunlex | bibclean >new.bib

SEE ALSO

bibclean(1), bibextract(1), bibindex(1), biblex(1), biblook(1), bibparse(1), bibsort(1), bibtex(1), citefind(1), citetags(1), latex(1), scribe(1), tex(1).

AUTHOR

Nelson H. F. Beebe
Center for Scientific Computing
Department of Mathematics
University of Utah
Salt Lake City, UT 84112
USA
Tel: +1 801 581 5254
FAX: +1 801 581 4148
Email: <beebe@math.utah.edu>