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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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