logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bib2pdf - script to convert BibTeX format files to PDF format files

Authors

PereConstans <constans@molspaces.com> and FilippoRusconi <lopippo@debian.org>
           Program authors.

       FilippoRusconi <lopippo@debian.org>
           Man-page author for the Debian distribution.

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.

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.

Name

       bib2pdf - script to convert BibTeX format files to PDF format files

See Also

cb2bib(1), med2bib(1), isi2bib(1), ris2bib(1)

Synopsis

bib2pdf <input.bib> <output.pdf>

See Also