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
Improve build script for amsmath
[latex2e.git]
/
latex2e-20160201
/
base
/
testfiles
/
tlb2432.lvt
blob
ab9776c9b6f04890be4b057e6b06676613905f76
1
%% Eric Domenjoud
2
%% test for latex/2432 empty \cite key causing
3
%% ! Argument of \@firstofone has an extra }.
4
%% error.
5
6
% Input the test macros for LaTeX2e
7
\input{test2e}
8
9
\documentclass{article}
10
11
\begin{document}
12
\START
13
14
\cite{x,}
15
16
\END
17
18
19