[Tex/LaTex] How to change the “svjour3” class of “Springer” to use 12pt as font size

fontsizesv-classes

I am writing the draft of my paper in the svjour3 class of Springer.
It seems that the default font size is 10.
I would like to change it to 12.
I spent a lot of time to make some changes in "svjour3" or added some commands in my file.
None of them work!
Please help to to get rid of 10pt!

Best Answer

The svjour3.cls doesn't define any other font option than 10pt.

So there's no real way to override the decision made by the class developers. You might add

\usepackage[12pt]{extsizes}

paying the price of an annoying warning and risking bad output in some situations.