You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using quarto-journal elsevier, and I would like to know if there is some way to change the citation number style from continuous numbers e.g. [1,2,3,4,5] to [1-5]. I saw that in Latex you can use this:
\usepackage[style=numeric-comp]{biblatex}
But, in quarto document I get an error of some package incompatibility with natbib package.
format:
elsevier-pdf:
keep-tex: true
journal:
name: Journal Name
cite-style: number
I greatly appreciate any help you can give me. I got it with: \biboptions{sort&compress}
The text was updated successfully, but these errors were encountered:
I'm using quarto-journal elsevier, and I would like to know if there is some way to change the citation number style from continuous numbers e.g. [1,2,3,4,5] to [1-5]. I saw that in Latex you can use this:
\usepackage[style=numeric-comp]{biblatex}
But, in quarto document I get an error of some package incompatibility with natbib package.
format:
elsevier-pdf:
keep-tex: true
journal:
name: Journal Name
cite-style: number
I greatly appreciate any help you can give me. I got it with: \biboptions{sort&compress}
The text was updated successfully, but these errors were encountered: