-
We are currently looking at how to make a bibTeX citation format. We're working on making an @software entry based on the newer bibLaTeX framework and a @misc entry to work in plain bibTeX as a fallba…
-
Opening this issue to track an error I'm seeing. Hopefully my notes will be helpful to others.
```
#+begin_src emacs-lisp :tangle packages-personal.el
(package! org-capture-ref
:recipe (:host …
-
it would be nice if in a bibtex entry not only a PDF could be specified but instead a folder e.g. c:\test. If a node in a mind map links this folder, the bibliographic data should be attached.
in ad…
-
Some of the issues regarding bibliographies (eg. #2027, #2049) are hampered by the fact that SILE has it's own-made Chicago style implementation. I know of at least one similar attempt at implementing…
-
## Pre-checks*
- [x] The feature request has not been suggested in this repository. (to the best of my meager lookup skills)
## The request
As someone migrating to vscode from texstudio for wri…
-
Currently, when writing an entry to the `.bib` file, each entry is formatted with `ebib--format-entry`. There, right around line 1974, each field is being indented with a `\t` char, but that does not …
-
I'm not sure if this belongs to `bibtex-utils` or should go straight to `bibtex.el`, but I couldn't find a way to ask this on the later (only solution seems to report bugs).
When I run `bibtex-clea…
-
JabRef version 4.3.1
- [ ] I have tested the latest development version from http://builds.jabref.org/master/ and the problem persists
Steps to reproduce the behavior:
1. Have an ent…
-
The parsing of `@string` entries seems to have some bugs:
```julia
import BibParser
bibtex = """
@string{foo = {Mrs. Foo}}
@string {bar = "Mr. Bar"}
"""
BibParser.BibTeX.parse_string(bi…
-
In some of my bibtex files I use string variables for journal/conference names, in order to later decide between the full name or the abbreviation (using different bibfiles defining those strings). He…