blob: 84df16a8a68e6536bb75949f89691c74afcd1f47 (
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
|
% $Id: rcsdef.tex,v 1.3 2003/02/02 13:34:16 schrod Exp $
%----------------------------------------------------------------------
\documentclass{article}
\usepackage{rcs}
\nofiles % fewer files in directory
%\makeatletter
%\tracingcommands=2
%\tracingmacros=2
\def\RcsEmptyValue{$\rm \langle Unknown \rangle$}
\RCSdef $Revision: 1.3 $
\RCSdef $Keyword$
\begin{document}
Revision is \RCSRevision.
RCS tag \texttt{Keyword} is \RCSKeyword.
\end{document}
|