Skip to main content

All Questions

Tagged with
0 votes
0 answers
23 views

The order of references

I'm writing a math paper using Springer Nature’s LaTeX template with \documentclass[sn-mathphys-num]{sn-jnl} I'm using bibtex to generate the list of references. Currently, the references are ordered ...
walid hidda's user avatar
0 votes
0 answers
22 views

You can't pop an empty literal stack for entry dadhich

I'm writing a paper in the Springer Nature template: https://www.springernature.com/gp/authors/campaigns/latex-author-support I'm receiving the following message: You can't pop an empty literal stack ...
Eric D'Antona's user avatar
0 votes
0 answers
17 views

Multibib prints redundant references in two bibliographies when cite command is redefined

I have a document where I have two bibliographies, defined using multibib. I am trying to change how in-line citations are displayed, but this causes multibib to print redundant references in both ...
grover's user avatar
  • 123
0 votes
0 answers
181 views

Using Springers spbasic.bst in Overleaf template

I am using the Overleaf latex template provided by Springer Nature for my Journal paper. According to International Journal of Data Science and Analytics (JDSA) submission guidelines it is advised to ...
Arjun Chaudhary's user avatar
0 votes
1 answer
1k views

Springer Nature template - no citations & font issue

The Springer Nature template (https://www.overleaf.com/latex/templates/springer-nature-latex-template/gsvvftmrppwq) compiles on Overleaf, but when attempting to compile locally using pdflatex ➞ bibtex ...
Daniel von Eschwege's user avatar
1 vote
0 answers
372 views

Arranging the references in the alphabetical order of the surname of the first author

I am using Springer Nature Latex template. Which document class and bibliography style should be used to arrange the references in the alphabetical order of the surname of the first author? Also the ...
Veena's user avatar
  • 11
3 votes
1 answer
715 views

Springer Nature: use multiple references

Here is the Springer Nature template. I can't add multiple references in this format: [1-4]; instead it is adding references as [1,2,3,4]. Here is my reference code. \cite{de_florio_physics-...
Prakhar Sharma's user avatar
1 vote
1 answer
2k views

Spring Nature journal \citep{} does not work as it is expected

Basically, I am trying to write a paper for a Springer journal and I am using their template which you can download here. I am uploading it as a Zip file on Overleaf. Thanks to this answer, I could ...
ARAT's user avatar
  • 565
0 votes
1 answer
3k views

I am using springer nature \documentclass[sn-mathphys]{sn-jnl}, and I need citations like (Nielsen and Chuang 2010) but it is coming like [1]

I am using springer nature \documentclass[sn-mathphys]{sn-jnl}, and I need citations like (Baireuther 2018) but it is coming like 1. I have used \usepackage{natbib}. Followed by: \begin{document} \...
Debasmita Bhoumik's user avatar