-
### Description
BibTeX often relies upon LaTeX-style markups to determine formatting. This is a common practice in the sciences, especially when naming a specific organism in the title of a journal (…
-
## Example/Reference files:
- https://github.com/quarto-journals/acm/tree/main/_extensions/quarto-journals/acm
- BST file: https://github.com/borisveytsman/acmart
-
## ACM Guidance
JDS submi…
-
**Describe the bug**
In the following example, the value of field `10 # "~" # jan` is expected to be `10~Jan.` but the output of this library is `10 # "~"`.
BibTeX has three types of field token…
-
As of 0.14.17-0.15.0, the bibtex package provides two commands:
- "an inline citation", with `\cite` -- in our current Chicago-style author-date implementation, (Doe 2023)
- "a full reference", with…
-
```
I'd like to use \cite{XXX} where XXX is a keyword used in preprint servers like
SLAC spires or NASA
ADS, then have latex lab automatically go to those servers to get the citation
info in bibtex…
-
```
I'd like to use \cite{XXX} where XXX is a keyword used in preprint servers like
SLAC spires or NASA
ADS, then have latex lab automatically go to those servers to get the citation
info in bibtex…
-
```
I'd like to use \cite{XXX} where XXX is a keyword used in preprint servers like
SLAC spires or NASA
ADS, then have latex lab automatically go to those servers to get the citation
info in bibtex…
-
Hi,
it would be nice if future versions of Pandoc could offer the possibility to convert some **Bibtex-entries** into **Mediawiki-syntax-full-reference**. For example, the input is:
~~~bibtex
@…
-
The catalogue generates citations via a `fetch` request to `api.datacite.org`. No credentials required!
```js
export default ({ _source }, { style = 'apa', language = 'en-US' }) => {
let url
…
-
Supporting multiple reference types in the form manager requires us to study different approaches and assess each approach's complexity.
The current `citation-js` library does a good job of proces…