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
Typo
[latex2e.git]
/
latex2e-20151001
/
base
/
testfiles
/
tlb2105.lvt
blob
c4e2ac8bbb8f9f703c1f0ca76a801c96dbea849f
1
% latex/2105
2
% \ifthenelse in math mode shouldn't leave {} mathord's
3
4
\RequirePackage{ifthen}
5
\input{test2e}
6
7
\START
8
9
% This should not have a thickmuskip space before the <
10
11
\setbox0=\hbox{$\ifthenelse{1=1}{}{}<$}
12
13
\showbox0
14
\END