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
11 \begin{filecontents}{TESTcmm.fd}
12 \DeclareFontFamily{TEST}{cmm}{}
13 \DeclareFontShape{TEST}{cmm}{m}{it}{ <-> gen * cmmi }{}
15 \documentclass{minimal}
16 \DeclareFontEncoding{TEST}{}{\message{using\space TEST\space encoding}}
17 \DeclareFontSubstitution{TEST}{cmm}{m}{it}
22 \DeclareSymbolFont{letters}{TEST}{cmm}{m}{it}
23 \DeclareSymbolFontAlphabet{\mathnormal}{letters}
24 \DeclareMathAlphabet{\mathit}{TEST}{cmm}{m}{it}