yamadharma / ceurart

CEUR-WS proceedings style
http://ceur-ws.org/
Creative Commons Attribution Share Alike 4.0 International
16 stars 6 forks source link

Warning about the KOMA Script Version #14

Open ana-borges opened 2 years ago

ana-borges commented 2 years ago

This one comes from compiling the one-column Overleaf template, but I get a similar one when compiling v0.4.7 locally (just with a different version):

LaTeX Warning: \KOMAScriptVersion  is`2020/04/19 v3.30 KOMA-Script',
               but`2020/04/19v3.30KOMA-Script'wasexpected!
               Youshouldnotuseclasses,packagesorfilesfrom
               differentKOMA-Scriptversions.

Note that the cited versions are the same, but somehow there are no spaces in the warning...

newLabAspect commented 1 year ago

I observe the same warning and tried to get to the base. The missing spaces are actually coming from the scrsize11pt.clo file and are not the cause of the warning. Actually, the default font size is 11pt anyways such that the code in scrsize11pt.clo is executed initially as well, but without producing the warning. The warning only occurs for the explicit set of the font size in line 79 of ceurart.cls: \ifdc \KOMAoptions{fontsize=9pt} \else \KOMAoptions{fontsize=11pt} %this causes the warning \fi Unfortunately, this didn't bring me to a solution, but maybe it will help someone else in solving the issue :)