when I use the following document class i got the error "old font command '\rm' ". any suggestion how to solve this.
\documentclass[12pt,a4paper,chapterprefix=true,
twoside,openright,listof=totoc,
BCOR7.5mm]{scrreprt}
when I use the following document class i got the error "old font command '\rm' ". any suggestion how to solve this.
\documentclass[12pt,a4paper,chapterprefix=true,
twoside,openright,listof=totoc,
BCOR7.5mm]{scrreprt}
hat the error then you will get a message in the terminal and the log what you can also do. – Ulrike Fischer Oct 07 '17 at 21:59\rmfamilyfor a switch ot\textrm{...}for a delimited scope. – Bernard Oct 07 '17 at 22:00scrreprtthe right option isbcor=7.5mm... – Mensch Oct 07 '17 at 22:02enabledeprecatedfontcommands– Johannes_B Oct 08 '17 at 06:39\newtheorem{example} [theorem] {Example}in articles and start every example environment by\rmto make it upright. They generally should be forced to learn how to thi gs correctly – daleif Oct 08 '17 at 09:48\itwith in Math mode to make scrbook happy? – Schweinebacke Oct 08 '17 at 10:23