Generalerror in getting springer format

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
pallav
Posts: 170
Joined: Wed Nov 12, 2008 5:53 pm

error in getting springer format

Post by pallav »

I am preparing a document for the springer. I am getting one and few warning. I am here posting a part of the tex along with the log, pdf and svjour3.cls.
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 465 times
test.log
(26.17 KiB) Downloaded 357 times
test.pdf
(31.18 KiB) Downloaded 351 times
svjour3.cls
(46.56 KiB) Downloaded 489 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10347
Joined: Mon Mar 10, 2008 9:44 pm

error in getting springer format

Post by Stefan Kottwitz »

Hi,

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.
It seems that it's a problem with your bibliography which you did not post. The test.tex file works for me, after I installed the missing file svglov3.clo. So have a look at the bibliography, and check the natbib documentation for an explanation.

Stefan
LaTeX.org admin
pallav
Posts: 170
Joined: Wed Nov 12, 2008 5:53 pm

Re: error in getting springer format

Post by pallav »

Thank you for your suggestion. I am very sorry for not posting the svglov3.clo and the bib file. Here I have uploaded the bib file. I have seen the natbib package and able to solve the error. But still I have several warning and I am not able to get rid of the warning. I have attached the new tex and new log herewith.

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 366 times
test.tex
(3.76 KiB) Downloaded 334 times
svglov3.clo
(3.72 KiB) Downloaded 761 times
bibtex-Holling_III.bib
(524 Bytes) Downloaded 391 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10347
Joined: Mon Mar 10, 2008 9:44 pm

error in getting springer format

Post by Stefan Kottwitz »

The new attached logfile is short and mainly shows the error

Code: Select all

! LaTeX Error: File `svjour3.cls' not found.
No warning. Perhaps something went wrong with the testing. Just by the way, it's a higher chance to get a solution if it's not just posting a .log file and ask for fixing all warnings, but to tell which warning you would like to have fixed. A .log file is great for complicated troubleshooting, however be aware that there are readers which use tablets or smart phones for reading the forum or just briefly look and may skip an attached .log file and the complete question, if the information isn't clearly visible. And who would have the same problem and would use google or a search engine, would hardly find the solution if it refers to lines in an attached file. It's just a comment: making it easier for readers is better for questioner, and making it easier for search engines is better for people in the future.

Regarding the envelope, you could find it in the comprehensive symbol list - you could use \Envelope with bbding:

Code: Select all

\documentclass{article}
\usepackage{bbding}
\begin{document} 
\Huge\Envelope
\end{document}
envelope.png
envelope.png (1.12 KiB) Viewed 6945 times
Stefan
LaTeX.org admin
Post Reply