Document Classes ⇒ Latex document class issue
Latex document class issue
I'm preparing my manuscript in Applied Intelligence (Springer Nature) overleaf template. As the journal mentioned reference format should be numbered and in journal instruction they mnetioned to use \documentclass[pdflatex,sn-basic]{sn-jnl}. But that \documentclass{} is authoryear format. When I use \documentclass[numbers]{natbib} for generating number format, it shows below error:
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.42
The package natbib has already been loaded with options:
[authoryear]
There has now been an attempt to load it with options
[numbers]
Adding the global options:
authoryear,numbers
to your \documentclass declaration may fix this.
Try typing <return> to proceed.
After that, when I try global options like: \documentclass[pdflatex,sn-basic,numbers]{sn-jnl}
\usepackage{natbib}
Still it is not number format and the error persists.
Thanks in advance.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Latex document class issue
Code: Select all
\PassOptionsToPackage{numbers}{natbib}
If that doesn't help, please provide a

KR
Rainer
Latex document class issue
It doesn't work.
I attached the overleaf link:
https://www.overleaf.com/9544167513qcbbqhdfgjpd#ff9803
Thanks
Latex document class issue
KR
Rainer