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
0
votes
0 answers

CSL - How can I italicise the publisher in just two kinds of reference?

We have been editing an existing referencing style to customise it so our needs, and I need to make it so that article journals reports have the publisher in italics, but that no other kinds of reference do. Is there a way to do it? We're using…
0
votes
2 answers

Replace pandoc Markdown citeproc references in html DOM by citations and add bibliography with citeproc-js

Dears, I create compliance reports with nodejs and pug. Historically, we have Markdown templates with Pandoc citerproc blocks that previously were processed by pandoc-citeproc, but now I try to reduce the dependencies and use citeproc-js (or…
rriemann
  • 528
  • 4
  • 17
0
votes
0 answers

xml-file of csl-citation style renders line feed character ( ) verbatim using pandoc

i'm preparing a beamer-presentation-template for our institution. We want to use --citeproc and a specific csl style. So far, everything went fine. The file is processed without problems and inline-citations, as well as the bibliography is rendered…
lukeflo
  • 125
  • 5
0
votes
1 answer

How can I modify my CSL code to display author names in all uppercase?

Is it possible to change the code so the name will be all uppercase? When I add a text-case="uppercase" (or lowercase or anything) it changes nothing, even though I am in the correct block - if I have font-weight or something else, it changes…
TGF
  • 1
  • 1
0
votes
1 answer

How to add a non-standard field to Citation-js CLS-JSON output

I started using citation-js package and its plugins plugin-bibtex and plugin-csl with great satisfaction. Now I have one small problem: I have a bibliography containing a non-standard field confsite. The entry is a InProceedings with url that points…
SiliconValley
  • 1,465
  • 17
  • 30
0
votes
1 answer

Creating a minimal citation style

I would like to create a citation style (to be used in Zotero) for which a reference entry would - very minimalistically - only include the following fields: the first author's surname (+the second's if there are two authors, or followed by "et…
z8080
  • 571
  • 3
  • 7
  • 23
0
votes
1 answer

How to modify a style to cite a classical work in CSL

I am using CSL (pandoc with the citeproc option), and I need to cite works like Aristotle’s Physics, which are usually cited simply as a standard abbreviation followed by the locator (i.e. pages in Bekker’s edition). (Yes, I am aware that BibLaTeX…
AthanasiusOfAlex
  • 1,290
  • 2
  • 16
  • 23
0
votes
1 answer

Error reading bibtex file using pandoc with cite-proc "unexpected '\''

i have written an article wit Latex and want to submit it to the publisher. Unfortunately, they only accept .odt or .docx files. Therefore, i wanted to convert my file with pandoc, as i've done it multiple times with other documents. I used a bash…
lukeflo
  • 125
  • 5
0
votes
1 answer

Citation Style Language (CSL): Find style by scheme

I want to set up an environment for scientific writing in Quarto. My question is: How do I find a citation style out of the comprehensive CSL options that represents a given scheme? I want the references for scientific papers to look like…
winnewoerp
  • 161
  • 6
0
votes
0 answers

Why cannot my customized non-CSL citation styles style footnotes for some RefWorks reference types?

I adapted "Bluebook (notes & bibliography)" to be my own citation style, adaption done on RefWorks official website but some reference types, especially "Law/Statute" do not work. Customer Support offered no help after 2 phone calls and 3 emails,…
0
votes
0 answers

Journal Name not italicized in rmarkdown pdf

I have recently updated my RStudio. The new RStudio version is 2022.12.0. Then I have knitted an old manuscript of mine in pdf, but now in bibliography, the journal name is not italicized. Here are my YAML (a little edited for privacy). Before the…
Sharif
  • 163
  • 1
  • 9
0
votes
0 answers

error on csl in R Markdown, using American-statistical-association.csl in my YAML

File american-statistical-association .csl not found in resource path Error: pandoc document conversion failed with error 99 Execution halted I keep getting this error message I was trying to knit an r markdown file.
0
votes
1 answer

Custom citation style with Jekyll Scholar

I use Jekyll with Jekyll Scholar to serve a personal blog. For a specific use case, I would like to show citations in-line in the text with the style: Authors (Year) Title and nothing else. So for example I want to get the following citation…
Anil
  • 1,097
  • 7
  • 20
0
votes
1 answer

CSL showing author-date inline but numbers for citation

Writing in markdown and using bibtex for referencing. I am wondering if there is a CSL style (or another way to do it) that would show author-date when citing inline but numbers when adding a reference to a sentence. For exemple: Bob et al. (2019)…
Lours
  • 75
  • 8
0
votes
1 answer

How to display one bibliography in different styles according to the language which is used in the references using CSL and citeproc?

I would like to ask a question related to an ongoing issue in the GitHub repository of jgm/citeproc here, since my question may come to be out of scope of the original issue. I'm trying to apply an approach proposed in a comment on the thread on…
Carlos Luis Rivera
  • 3,108
  • 18
  • 45