20170101 branch
[latex2e.git] / latex2e-20170101 / required / amsmath / testfiles / tlb-utex-003.lvt
blobeeb81cd27488e07f9f19c7f0d6fd00730d480b64
1 \documentclass{article}
4 \input{test2e}
6 % Check that tests for the mathcode of - during package load
7 % do not fail if Umathcode already assigned
9 \ifx\Umathcode\undefined\else
10 \Umathcode`\- 2 2 0
11 \fi
12 \START
13 \usepackage{amsopn}
15 \DeclareMathOperator{\foobar}{foo-bar}
17 \begin{document}
19 foo-bar
21 $\phi -\foobar \phi$
23 \end{document}