repo.or.cz
/
latex2e.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move a tag
[latex2e.git]
/
latex2e-20160201
/
base
/
testfiles
/
sx237381.lvt
blob
2905cb528e8731a933c106346ca26e179e77d2d0
1
%
2
% second \selectfont in preamble after \wrong@fontshape gives error
3
4
\documentclass{book}
5
6
7
\input{test2e}
8
9
\START
10
11
\usepackage[TS1,T1]{fontenc}
12
\renewcommand\rmdefault{dunh}
13
14
\fontencoding{T1}\fontfamily{\familydefault}\selectfont
15
\fontencoding{TS1}\selectfont
16
17
\selectfont %error
18
19
\END
20
21