repo.or.cz
/
latex2e.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update LuaTeX testfiles for ^@ change
[latex2e.git]
/
latex2e-20170101
/
required
/
amsmath
/
testfiles
/
tlb-utex-004.lvt
blob
c8a81918f7a3ed1cbd7c8ee8e08d3b30c7b54641
1
\documentclass{article}
2
3
4
\input{test2e}
5
6
% Check that tests for the mathcode of - during package load
7
% do not fail if Umathcode already assigned
8
\usepackage{amsopn}
9
10
\ifx\Umathcode\undefined\else
11
\usepackage{fontspec}
12
\Umathcode`\- 2 0 "2212
13
\fi
14
\START
15
16
\DeclareMathOperator{\foobar}{foo-bar}
17
18
\OMIT
19
\begin{document}
20
$ $
21
\TIMO
22
23
foo-bar
24
25
$\phi -\foobar \phi$
26
27
\end{document}