Search Criteria
Package Details: bm 0.4-2
Git Clone URL: | https://aur.archlinux.org/bm.git (read-only, click to copy) |
---|---|
Package Base: | bm |
Description: | command-line bibliography manager for biblatex |
Upstream URL: | https://git.ckyln.com/bm/log.html |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | cemkeylan |
Maintainer: | cemkeylan |
Last Packager: | cemkeylan |
Votes: | 1 |
Popularity: | 0.000100 |
First Submitted: | 2019-10-21 06:29 |
Last Updated: | 2019-10-30 11:09 |
Dependencies (2)
- jq (jq-git)
- poppler (poppler-minimal, poppler-lcdfilter, poppler-git, poppler-lcd) (optional) – for getting DOI metadata from a pdf
Latest Comments
jack_ew commented on 2020-04-14 12:29
Hi,
in springer (pdf) books the dois are indicated as follows:
DOI 10.1007/978-3-642-54274-9
and the script doesn't find it. I change it in line 63 (and use pdfgrep https://t1p.de/2yqp):
doi=$(pdfgrep -m 1 -io "10\.[[:alnum:]]+/[[:alnum:][:punct:]-]+\>" "$1") ||
Best Regards