Nick Bart

Results 5 issues of Nick Bart

Brilliant, thank you so much. For the most part, AnyStyle already works extremely well compared with any other parser I tried so far. Just a few observations and remarks: -...

It would be nice if a "crossref" tag could be added which would allow at least some automation in the following cases: In some bibliographies, individual contributions to a collection...

citeproc-js recognizes `{:label: lastName || firstName}` in Zotero’s Extra field as a two-field name value. (See https://github.com/zotero/zotero/issues/846.) BBT could use the same syntax (not too pretty, but then again, we...

enhancement

Citations inside flextables do not work if using the usual pandoc syntax, e.g., `[@citekey1]`. They do work when using bookdown ["text-references"](https://bookdown.org/yihui/bookdown/markdown-extensions-by-bookdown.html#text-references), i.e., defining `(ref:citekey1) [@citekey1]` and using `(ref:citekey1)` inside a...

enhancement

An URL like `http://aaa---bbb.example.com` is rendered as `http://aaa—bbb.example.com` (with an em dash) – but only in bibliography items. Example: ``` pandoc -C -t latex

bug