Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb2661.lvt
blob553ac14a881ba9ffa3591a8f2a87463e8039bd2f
1 % File: tlb2661.lvt
3 % Test file for LaTeX2e bug report #2661.
5 % Broken \DeclareSymbolFont not updating \group@list
6 % and hence encoding details.
8 % Input the test macros for LaTeX2e
9 \input{test2e}
11 \begin{filecontents}{TESTcmm.fd}
12 \DeclareFontFamily{TEST}{cmm}{}
13 \DeclareFontShape{TEST}{cmm}{m}{it}{ <-> gen * cmmi }{}
14 \end{filecontents}
15 \documentclass{minimal}
16 \DeclareFontEncoding{TEST}{}{\message{using\space TEST\space encoding}}
17 \DeclareFontSubstitution{TEST}{cmm}{m}{it}
18 \makeatletter
22 \DeclareSymbolFont{letters}{TEST}{cmm}{m}{it}
23 \DeclareSymbolFontAlphabet{\mathnormal}{letters}
24 \DeclareMathAlphabet{\mathit}{TEST}{cmm}{m}{it}
27 \begin{document}
30 \(\START
31 \mathnormal{A}\)
32 \END