summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/rcs/src/test/rcsid.tex
blob: 3dc444d8b8fe90dc0eac41e9fbbea85f37dbcd45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% $Id: rcsid.tex,v 1.2 1995/08/02 11:39:02 schrod Exp $
%----------------------------------------------------------------------

\documentclass{article}

\usepackage{rcs}

\nofiles                        % fewer files in directory

\makeatletter
\tracingcommands=2
\tracingmacros=2

\def\RcsEmptyValue{$\rm \langle Unknown \rangle$}
\RCSID $Revision: 1.2 $

\begin{document}

Test document has revision \RCSRevision.

First page                      % odd footline

\newpage{}

Second page                     % even footline

\end{document}