Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb3975.lvt
blobc7bd3c46c79111546118d41cbe0e113caa38759e
1 \iffalse
3 Number:         3975
4 Category:       latex
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 
10 behaviour.
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.
16 \fi
18 \input{test2e}
19 \documentclass{minimal}
20 \START
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}
33 \END