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
Move a tag
[latex2e.git]
/
latex2e-20160201
/
base
/
testfiles
/
tlb1545.lvt
blob
f8487a3f1992f8b423aad6429df1764a94b3d56a
1
%% Test file for latex/1545
2
%%
3
%% Test for typos in argument of \vspace
4
5
\documentclass{article}
6
7
\input{test2e}
8
9
\AUTHOR{Chris Rowley}
10
11
\CLASS{article}
12
13
14
\begin{document}
15
16
\START
17
18
\(
19
\begin{array}{l}
20
\vspace{5mmn} %<-- Typo: should be \vspace{5mm}
21
\end{array}
22
\)
23
24
\end{document}