helm-bibtex icon indicating copy to clipboard operation
helm-bibtex copied to clipboard

Search and manage bibliographies in Emacs

Results 69 helm-bibtex issues
Sort by recently updated
recently updated
newest added

Hi, When I compile my Latex project in Emacs, `helm-bibtex` always displays a message `Done (re)loading bibliography.`, event when the bib file isn't changed. Could you advise how to prevent...

For moderately large libraries (mine is ~3 MB) with lots of PDF files, the `bibtex-completion-find-pdf` call to `bibtex-completion-prepare-entry` becomes a significant bottleneck (see profile under "Details"). It would be nice...

For instance company names which should not be reduced to the last token. See #336 for relevant discussion.

Hi, I often read many PDF files. Generally speaking, we fist find the corresponding PDF file via Helm-bibtex, and the open it by pdf-tools. But I find that this operation...

I'd like to refresh this discussion. I have the problem that I cannot add notes to reference entries which are not books, because they lack author and editor, yet these...

I guess this is a feature request. Right now, `helm-bibtex` only lets you stringify an entry in APA style when choosing "Insert reference". It would great to be able to...

Hi, I meet an issue when open pdf of some entries, even though the filename of it only contains ascii character. The following is an example: ``` @inproceedings{binmohdazir2017wrapper, title =...

Instead it hard-codes a key pattern. That's in `bibtex-completion-candidates`.

`ivy-bibtex` does not allow multiple selections as per `helm-bibtex`, however this feature is available in `ivy` (see the [manual](https://oremacs.com/swiper/#key-bindings) under `C-M-n` `ivy-next-line-and-call`).