summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/center.tex
blob: 628155050a6524434e06178f7938f55d5a729b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% This file is public domain.
%
\input eplain

\def\title{\begingroup \def\endcentermacro{\endtitle}\bf\center}
\def\endtitle{\endcenter\endgroup}

\loggingall
\title hi
\endtitle

\end