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
guess we don't want the build dir
[latex2e.git]
/
trunk
/
required
/
tools
/
testfiles
/
tlb-bm-001.lvt
blob
d56c7527249a2ceca86edcbd9cb27a3aaa2e30ac
1
% check bm not completely broken in luatex
2
% http://tex.stackexchange.com/questions/314863/lualatex-and-bm-package
3
4
\makeatletter
5
\let\@@@end\@@end
6
7
\input{test2e}
8
9
\documentclass{article}
10
11
\usepackage{bm}
12
13
\START
14
15
\sbox0{\let\@@end\@@@end $u+\bm{u}$}
16
\showbox0
17
18
\END