Skip to main content
7 events
when toggle format what by license comment
Mar 13, 2024 at 16:23 history became hot network question
Mar 13, 2024 at 9:52 answer added egreg timeline score: 5
Mar 13, 2024 at 9:06 comment added Bastian Ah I see, font size was the one aspect I did not consider checking. Setting \documentclass[11pt]{article} indeed produces the same weird appearance. \usepackage{amsmath} fixes that, but \usepackage{lmodern} then destroys that fix again. So I guess it is a side effect of lmodern.
Mar 13, 2024 at 8:47 answer added jlab timeline score: 4
Mar 13, 2024 at 8:45 history edited cabohah
edited tags
Mar 13, 2024 at 8:44 comment added cabohah The default font size of article is 10pt. The default font size of scrartcl is 11pt. If you use \documentclass[10pt]{scrartcl} you get the same result as with \documentclass{article} (as wanted). And if you use \documentclass[11pt]{article} you get the same result as with \documentclass{scrartcl} (as not wanted). So this does not depend on using a KOMA-Script class or not, but on the font sizes.
Mar 13, 2024 at 8:22 history asked Bastian CC BY-SA 4.0