This commit is contained in:
ackman678
2021-05-29 08:19:30 -04:00
parent 61cc931e94
commit 3cb839de7a
3 changed files with 37 additions and 37 deletions

View File

@@ -1,10 +1,10 @@
#!/bin/bash
if [ "$1" == "-h" ] ; then
echo "
pdf2bib - search for a doi within a pdf, query pubmed, and append bibtex entry with pdf to your local bib database file. Last two steps are identical to sdoi.sh
spdf - search for a doi within a pdf. If found, use sdoi.sh to query pubmed, and append bibtex entry with the pdf to your local bib database file
usage:
pdf2bib.sh file.pdf
spdf.sh file.pdf
depends:
pdftotext - from ghostscript or poppler or texlive ?