Document ClassesUnderstanding svjour3

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
fot
Posts: 1
Joined: Fri Jan 11, 2019 12:02 am

Understanding svjour3

Post by fot »

Hi!

I guess the answer to my question is kind of obvious, but I cannot find it, so maybe someone with more experience in Latex can help me... I want to generate a graphic with Inkscape for Latex, in order to position the text correctly I would like to know the font size and line spacing (for normal text) used in svjour3 (can be found here: https://www.springer.com/gp/livingrevie ... -templates).

If someone could help me or tell me where to look (I guess in the .cls but could not find anything like setspace in it ;)) I would very much appreciate it.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Understanding svjour3

Post by kaiserkarl13 »

Every class file has options that set the font size; the \ExecuteOptions command sets the defaults. In your case, that line is

Code: Select all

\ExecuteOptions{a4paper,twoside,10pt,instindent}
This implies 10 points. Their advice to use mathptmx (I prefer txfonts, which uses the same body font but does some math symbols differently and does other things as well) suggests they want Times size 10pt.

Most journals are OK with Times or Helvetica (or clones thereof) for images. Using EPS format might even allow them to change your fonts, if necessary, to match the journal's preferences (I have encountered a publisher who did that).
Post Reply