5 Synopsis: Encoding changes for maths fonts
7 When the encoding of a maths (symbol) font changes, a warning is sent to the
8 console output. Naive users think this is a problem with their code, and
9 package writers locally patch the font warning system to bypass this
12 Since the encoding change itself isn't a harmful act and not showing the
13 warning will have no harmful side-effects nor compatibility problems, I'd like
14 to suggest sending the warning to the log file instead.
19 \documentclass{minimal}
21 \AUTHOR{Frank Mittelbach}
23 % redeclaring existing setup
24 \DeclareSymbolFont{operators} {OT1}{cmr} {m}{n}
26 % changing existing setup
27 \DeclareSymbolFont{operators} {OT1}{cmss} {m}{n}
29 % changing existing encoding setup
30 \DeclareSymbolFont{operators} {T1}{cmr} {m}{n}