0

I am getting font errors especially with Springer Nature Template. The font shapes 'OT1/cmr/m/n', 'OML/cmm/m/it', 'OMS/cmsy/m/n' and 'U/rsfs/m/n' are shown not available in the template. I have used a Springer Nature template before, this is the first time I am facing this issue. I added packages such as 'anyfontsize', '[T1] fontenc' and 'lmodern', but unable to make the errors go away. These errors appear with pdflatex or xelatex, any other causes compile time-out. The log box looks as follows: enter image description here

Are there any changes I can do in the class file/ tex file or add any separate packages?

6
  • probably putting \RequirePackage{fix-cm} as the first line (before \documentclass will fix this (at least the cm ones, not rsfs) Commented May 21 at 18:38
  • Thanks...this solved the issue of OT1, OML and OMS fonts. What to do about U/rsfs? It is still there even after adding fix-cm. Commented May 21 at 19:13
  • You could just ignore it or add after loading rsfs, \DeclareFontShape{U}{rsfs}{m}{n}{ <-7> rsfs5 <7-8> rsfs7 <8-> rsfs10 }{} Commented May 21 at 19:18
  • Even if I add this command, nothing changes. I have to submit this paper, so there should not be any errors or warnings. Can I suppress this one without correcting? Commented May 21 at 19:22
  • it's only a warning and unless you really have massive 16pt high script letters the warning has no effect on the output so you can safely ignore. Commented May 21 at 19:23

0

You must log in to answer this question.

Browse other questions tagged .