blob: 8e4f51270b029c5c1d6653e02763b0356cfd5afb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
% This file is public domain.
%
% Test all kinds of references.
%
\ifx\undefined\eplain \input eplain \fi
\let\primitiveend = \end
\let\end = \relax
\input cite
\input xref
\primitiveend
\input eqref
|