-
See https://forums.zotero.org/discussion/comment/376168/#Comment_376168
This is upstream, but I'm not sure where/how we're going to fix it and it only came up once in three years, so arguably not a…
-
Two quick questions below.
As I was digging around for an answer of how to annotate the csl-citation.json `uris` property, I came across [this](https://csl.mendeley.com/cslEditorLib/external/csl-sc…
-
Hi, thanks for the amazing plugin!
I occasionally need to pass in `--variables key=val1` to render my PDF document. However, it seems we don't support nested maps right now.
I am posting the Pa…
-
bibutils emits sequences like `\thinspacea` and `\ldotsa` which citeproc-py's BibTeX parser believes is a macro name, when it should be a macro and a character, like `{\thinspace}a` and `{\ldots}a`.
…
-
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 choose from a larger set of …
-
**Is your feature request related to a problem? Please describe.**
This feature request was prompted by the problem described in https://github.com/andras-simonyi/citeproc-el/issues/111. German nam…
-
Note that that can be done with pandoc:
```bash
pandoc manuscript.tex --biblatex --bibliography=main.bib -o manuscript.docx --citeproc --filter=pandoc-crossref --csl=/path/to/stylefile
```
You…
-
When generating a citation (e.g. with APA), it seems to produce a double period (A. A..):
```
Lee, S. K., & Kader, A. A.. (2000). Preharvest and postharvest factors influencing vitamin C content o…
-
Recently I've been using Typst to write my graduation thesis, but I encountered a problem with the style of bibliography.
I am using the "gb-7714-2015-numeric". And I got this, "等“ for english refe…
-
* rmarkdown / latex: `RUN apt-get -y install pandoc pandoc-citeproc texlive`
* quarto: `RUN apt-get install -y curl git && curl -LO https://quarto.org/download/latest/quarto-linux-amd64.deb && dpkg -…