Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / sx237381.lvt
blob2905cb528e8731a933c106346ca26e179e77d2d0
1
2 % second \selectfont in preamble after \wrong@fontshape gives error
4 \documentclass{book}
7 \input{test2e}
9 \START
11 \usepackage[TS1,T1]{fontenc}
12 \renewcommand\rmdefault{dunh}
14 \fontencoding{T1}\fontfamily{\familydefault}\selectfont
15 \fontencoding{TS1}\selectfont
17 \selectfont %error
19 \END