Questions tagged [csl]

CSL stands for Citation Style Language, "a popular open XML-based language to describe the formatting of citations and bibliographies".

CSL stands for Citation Style Language, "a popular open XML-based language to describe the formatting of citations and bibliographies" https://citationstyles.org/.

85 questions
2
votes
1 answer

csl set text-case to not affect the capitalization?

How to set the text-case on a cs:text to nothing? My usecase: I use pandoc to generate a docx file with this csl and this .bib file. CSL: http://www.zotero.org/styles/ieee Relevant .bib content: @webpage{npzd61zu4xbm0y9b, date = "", title = "Hagers…
Leon Bartz
  • 63
  • 8
2
votes
1 answer

Set space between Reference items in Rmarkdown biblography using csl-file

I am currently trying to properly format my bibliograpy in an Rmarkdown file while using a csl -file. When using natbib the spacing between the ref-items works fine, however using a csl file, it doesn't result in a proper spacing. I dont want to use…
user12256545
  • 2,755
  • 4
  • 14
  • 28
2
votes
1 answer

Not able to compile when specifying CSL in R Markdown

I'm writing an article in R markdown using a citation library generated in Mendeley. My document compiles fine with references when I'm not specifying citation style. bibliography: library.bib When I specify the CSL: bibliography:…
hato
  • 35
  • 4
2
votes
1 answer

bookdown::tufte_html_book with csl fails to place citation in margin

bookdown::tufte_html_book does not place citation in margin for csl with note. For example: bookdown::render_book(input = "index.rmd", output_format = "bookdown::tufte_html_book") with csl from:…
ssp3nc3r
  • 3,662
  • 2
  • 13
  • 23
2
votes
0 answers

Bookdown chapter bibliographies .csl file MSWord/PDF

My desired output is both an (1) MSWord and (2) PDF document, both with (a) in-text citations, (b) citations in some footnotes/endnotes, (c) chapter bibliographies, and (d) cumulative bibliography, (a)-(d) according to the .csl file, Springer -…
jtd
  • 179
  • 7
2
votes
1 answer

After collapse delimiter - Inline citation options in mendeley visual CSL editor?

I would like to add some specific after-collapse-delimiters in the mendeley visual CSL editor. In the "Advanced" - "Global Formatting Options" under "Inline Citations" i enabled "Year-suffix-delimiter", "after-collapse-delimiter" and…
Servus
  • 373
  • 3
  • 14
2
votes
0 answers

Alphabetically sort special characters in pandoc-citeproc bibliography

I hope I'm not repeating a question, but I've searched high and low and haven't found any answers to something I'm sure other users of pandoc have encountered. (The references to this topic I have found are concerned with pandoc to LaTeX, whereas…
2
votes
2 answers

Modifying a citation style in CSL editor on Mendeley

I am currently using the built in citation style 'Journal of the Air & Waste Management Association' as it is the closest to the style that I need. However, the one issue I am having is when it comes to documents with the same first author and year,…
Leah
  • 23
  • 3
2
votes
1 answer

Why is the year missing from bibtex rendered via citation.js?

I'm using node to run citation.js to turn bibtex into HTML. Unfortunately the year is missing in the rendered HTML and I cannot see why. test.js: var Cite = require("citation-js"); var bibtex = '@article{id, ' + ' author={Happy Larry},' + ' …
ukosteopath
  • 443
  • 7
  • 14
2
votes
0 answers

How to add hyperlink to bibliography titles in Jekyll using Jekyll-pandoc and jekyll-scholar bibtex renders?

I am using Jekyll with pandoc and Jekyll-scholar plugins to render bibtex database to appear on my static website. I wonder if there is any easy way to automatically add hyperlinks to all article titles of the rendered bibliography? I have tried to…
Xiaodong Qi
  • 359
  • 6
  • 11
2
votes
1 answer

How to disable DOI/URL for bibtex in Rmarkdown

I am using better bibtex and zotero to generate references in rmarkdown. It works very good except that journal articles and books have an url/doi associated. My adviser is not too happy about it and I could not figure out how to disable the…
Junchen
  • 1,749
  • 2
  • 18
  • 25
2
votes
1 answer

Highlight a certain author in references

I'm trying to create a list of references using jekyll and jekyll-scholar. Is there a way to highlight (boldface) the name of a certain author in the CSL style file? Is there a better way to achieve the same effect without touching the CSL style…
Bogdan Vasilescu
  • 407
  • 4
  • 22
1
vote
0 answers

Find a CSL style that shows a particular field?

This question was originally on https://tex.stackexchange.com/questions/688515/how-to-find-a-style-that-displays-an-unusual-text-field/688517?noredirect=1#comment1708279_688517, but since it involves Pandoc and not biblatex, I was advised to ask it…
user2554330
  • 37,248
  • 4
  • 43
  • 90
1
vote
2 answers

Format specific authors with Bold font in bibliography created with Quarto

I've put together a webpage for my research group using quarto - we have a page listing the lab's publications I've adapted a .csl file to fit most of my formatting needs (eg. listing chronologically instead of alphabetically), but I'm stuck on one…
June Skeeter
  • 1,142
  • 2
  • 13
  • 27
1
vote
1 answer

CSL for Zotero Citations

I am attempting to formulate my bibliography in Zotero to meet the requirements of my faculty's library. It is a Vancouver style with the following format: Citation: (number) Reference Authors (Surname, Initial). Title. Abbreviated journal name.…
ACR
  • 13
  • 2