Provided by: cb2bib_1.9.2-1_amd64 

NAME
bib2pdf - script to convert BibTeX format files to PDF format files
SYNOPSIS
bib2pdf <input.bib> <output.pdf>
DESCRIPTION
bib2pdf is a script to convert a BibTeX file into a PDF file. The conversion is performed by first
creating a small LaTeX file in which all the bibliographical records are inserted. That LaTeX file is
then latex-compiled into a DVI file which, in turn, gets converted into a PDF file using dvipdfm. Note
that the script might be configured to use pdflatex instead of latex, thus producing the PDF output file
with no extra conversion step.
This script is part of the cb2bib package and is located at /usr/share/cb2bib/c2btools/bib2pdf.
BIBLIOGRAPHICAL REFERENCES TO BE CITED
P. Constans (2009) "A simple extraction procedure for bibliographical author field", arXiv:0902.0755.
P. Constans (2007) "Approximate textual retrieval", arXiv:0705.0751.
SEE ALSO
cb2bib(1), med2bib(1), isi2bib(1), ris2bib(1)
AUTHORS
Pere Constans <constans@molspaces.com> and Filippo Rusconi <rusconi-debian@laposte.net>
Program authors.
Filippo Rusconi <rusconi-debian@laposte.net>
Man-page author for the Debian distribution.
COPYRIGHT
Copyright © 2004-2008 Pere Constans Copyright © 2009 Filippo Rusconi
This manual page was written for the Debian system (but may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General
Public License, Version 3 or (at your option) any later version published by the Free Software
Foundation. On a Debian system the complete text of the GNU General Public License version 3 can be found
in the file `/usr/share/common-licenses/GPL-3'.
September 2009 BIB2PDF(1)