General ⇒ error in getting springer format
error in getting springer format
1. I want to get rid of the error and warning.
2. I want an envelop sign after the name of the corresponding author (suppose ghi) after his/her name in the footnote.
- Attachments
-
- test.tex
- (3.71 KiB) Downloaded 472 times
-
- test.log
- (26.17 KiB) Downloaded 364 times
-
- test.pdf
- (31.18 KiB) Downloaded 361 times
-
- svjour3.cls
- (46.56 KiB) Downloaded 497 times
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
error in getting springer format
in your .log file I can see this error:
Code: Select all
! Package natbib Error: Bibliography not compatible with author-year citations.
(natbib) Press <return> to continue in numerical citation style.
See the natbib package documentation for explanation.

Stefan
Re: error in getting springer format
Also I want an envelop sign after the name of the corresponding author (suppose ghi) after his/her name in the footnote.
- Attachments
-
- test.log
- (1.62 KiB) Downloaded 374 times
-
- test.tex
- (3.76 KiB) Downloaded 341 times
-
- svglov3.clo
- (3.72 KiB) Downloaded 770 times
-
- bibtex-Holling_III.bib
- (524 Bytes) Downloaded 398 times
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
error in getting springer format
Code: Select all
! LaTeX Error: File `svjour3.cls' not found.
Regarding the envelope, you could find it in the

\Envelope
with 
Code: Select all
\documentclass{article}
\usepackage{bbding}
\begin{document}
\Huge\Envelope
\end{document}