Questions tagged [pandoc-citeproc]

Pandoc filter and Haskell library for working with bibliographies. This is deprecated in favour of citeproc since 2020.

The pandoc-citeproc executable can be used as a filter with pandoc to resolve and format citations using a bibliography file and a CSL stylesheet. It can also be used (with --bib2yaml or --bib2json options) to convert a bibliography to a YAML format that can be put directly into a pandoc markdown document or to CSL JSON. Bibliographies can be in any of several formats, but bibtex and biblatex are the best supported. This is deprecated in favour of citeproc since 2020, and no additinal filter is required.

71 questions
0
votes
1 answer

Quarto: How to search for bibliography files using `system(kpsewhich( ...))`

This is a follow-up to knitr/Rmarkdown/pandoc : How to set bibliography paths globally in .Rmd files where a solution that works with knitr/rmarkdown/pandoc does NOT work with Quarto. I have multiple .bib files in a system-wide localtexmf folder. I…
user101089
  • 3,756
  • 1
  • 26
  • 53
0
votes
1 answer

Problem with Quarto automated referencing of book sections

I am using Quarto on R Studio to create an HTML book for my thesis. The Insert -> @Citation function works great and is automatically integrated with Zotero, however, I am having some issues when referencing books/conference proceedings. The name of…
Roberto
  • 307
  • 2
  • 9
0
votes
1 answer

Pandoc citeproc bibliography entries sorting follows the order of entries in bib file

When I convert the markdown file to pdf the order of references in the bibliography is the same as in the .bib file. As a result, the references in the text appear in the wrong order. As a result, I can have in the text sentences like ... reported…
And R
  • 487
  • 1
  • 14
  • 17
0
votes
0 answers

Processing .bib entries that contain asterisks in field names

I am using Pandoc to process some R Markdown files. These files include citations to works specified in a BibTeX (.bib) file. In the YAML header of the R Markdown file, I specify the path to this file: bibliography: 'c:/myDir/myRefs.bib' None of…
user697473
  • 2,165
  • 1
  • 20
  • 47
0
votes
1 answer

lua filter to insert custom bibliography

Can someone help me to write a lua filter that runs over all div in a html page, extracts the one with class "bibliographie" and insert the processed bibliography (content of index.bib) ? I've tried that, but I'm nowhere near where I want to…
Damien Dotta
  • 771
  • 3
  • 13
0
votes
1 answer

rmarkdown and pandoc reference problems

I have the following rmarkdown file to render (just an example of the full article): --- title: 'Some Title' author: 'Author Surname' biliography: ab.bib csl: abnt_italico.csl output: bookdown::word_document2: fig_width: 4 fig_height: 3 …
RodLL
  • 110
  • 8
0
votes
1 answer

@Misc equivalent in CSL YAML

I want to migrate from my BiBTeX record: @Misc{ propi-records-atletisme-en, author = "Bordoy, Xavier", title = "Athletics records", url = "http://somenxavier.xyz/public/blog/fitxers/athletics-races.pdf", year =…
somenxavier
  • 1,206
  • 3
  • 20
  • 43
0
votes
0 answers

citation style language - extend with an additional field

I produce a bibliography with pandoc from a bibtex file. In my bibtex entries I have the location of the pdf (not an url, just a file reference in a field file). I would like to include this reference in the bibliography, but do not see how to…
user855443
  • 2,596
  • 3
  • 25
  • 37
0
votes
2 answers

pandoc-citeproc as API: processCites' does not add references

I have a small text file in markdown : --- title: postWithReference author: auf date: 2010-07-29 keywords: homepage abstract: | What are the objects of ontologists . bibliography:…
user855443
  • 2,596
  • 3
  • 25
  • 37
0
votes
0 answers

How to use BibLaTeX's shortauthor field in pandoc-citeproc?

In BibLaTeX it is possible to specify an abbreviation for an author, so that the short term is used in citations and the long term in the bibliography: @misc{nasa, author = {{National Aeronautics and Space Administration}}, shortauthor =…
Christallkeks
  • 525
  • 5
  • 18
0
votes
1 answer

Making text bold using python pandoc filter

Is there any way to make a bit of text bold using the 'pandocfilters' package (https://github.com/jgm/pandocfilters/tree/master/examples) in pandoc? As a minimal working example, suppose I have a markdown file ('foo.md'): foobar. I want to write…
heisenBug
  • 865
  • 9
  • 19
1 2 3 4
5