Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb0372.lvt
blob42fe2af7e0213439c27e2fa56d5947abd7273dff
1 % Test file for LaTeX2e PR/372
3 \documentclass{article}
5 \usepackage[debugshow]{tracefnt}
7 % Input the test macros for latex 2e
8 \input{test2e}
10 % Everything before this is ignored by the test system.
11 \START
13 \AUTHOR{Frank Mittelbach}
15 % Declare the format used on the original run, as printed by
16 % LaTeX.
18 \FORMAT{LaTeX2e<1994/06/01>}
20 \CLASS{article}
22 \let\example\relax
23 \DeclareMathSymbol{\example}{0}{letters}{"0B}
24 \show\example
25 \let\example\undefined
26 \DeclareMathSymbol{\example}{0}{letters}{"0B}
27 \show\example
28 \let\example\empty
29 \DeclareMathSymbol{\example}{0}{letters}{"0B}
30 \show\example
32 \stop