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

This makes the helm-bibtex and ivy-bibtex commands show both local and global bibliography entries simultaneously. Commands helm-bibtex-with-global-bibliography, helm-bibtex-with-local-bibliography, and similarly for ivy-bibtex, show only the global or local entries, respectively....

Currently if an entry has no note / pdf file but cross-references an entry that has one, then the former entry will incorrectly be marked as having a note /...

I've implemented support for the [interleave](https://github.com/rudolfochrist/interleave) package for myself and thought it might be interesting for others. If you don't want to support this since users can easily change the...

Is there any function that takes a filepath, then return an entry key for it as a string? We could generalize this further by say, `bibtex-completion-find-key-with-field (string &optional field)`, this...

Hi, For some reason my installation (on Doom) has ctrl-z bound for the options menu instead of TAB. How can I bind TAB to it instead? I couldn't figure out...

First of all thanks for this great package. I recently moved to the [selectrum](https://github.com/raxod502/selectrum) completing framework, which plays very nicely with a certain number of other utilities such as [marginalia](https://github.com/minad/marginalia)...

We already have some support for this particular field, so it would make sense to consistently support it. See #343 for context.

> We added a fix for the date field which biblatex uses instead of year, but the code for this is littered all over the place. My own workaround looks...

Hi Titus, I have a (hopefully) small request. When using the "Insert reference" option, I do not get the journal title. For example, from this entry ``` @article{Adamczyk2013, author =...

Recently I started to use ivy-bibtex. I want to thank the author. I'd like to attach the pdf file to email, but I am using wanderlust as a mailer. Can...