4 latex/3693: \DeclareMathsizes only takes pts.
6 Description of bug: The last three arguments of \@DeclareMathSizes
7 cannot take a dimension as argument, making it inconsistent with the
8 rest of the font changing commands and itself, as the second argument
9 can take a dimension specification.
15 \documentclass{minimal}
17 \AUTHOR{Morten H\o gholm}
20 %\usepackage{fixltx2e}
23 \DeclareMathSizes{12}{12}{8}{6}
24 \DeclareMathSizes{12dd}{12dd}{8dd}{6dd}
25 \setlength\@tempdima{12dd}
26 \expandafter\show\csname S@12\endcsname
27 \expandafter\show\csname S@\strip@pt\@tempdima\endcsname
28 % let's see if the calculations are correct:
29 \setlength\@tempdima{8dd}\showthe\@tempdima
30 \setlength\@tempdima{6dd}\showthe\@tempdima