Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb3693.lvt
blob25ff63f0aa114d7bd7213bee90cbf71f7eb78156
1 \iffalse
3 Subject:
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.
11 Morten H\o gholm
12 \fi
14 \input{test2e}
15 \documentclass{minimal}
16 \START
17 \AUTHOR{Morten H\o gholm}
18 %\PACKAGE{fixltx2e}
19 \OMIT
20 %\usepackage{fixltx2e}
21 \TIMO
22 \makeatletter
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
31 \stop