summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/rcs/src/test/rcsid-param.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/rcs/src/test/rcsid-param.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/rcs/src/test/rcsid-param.tex')
-rw-r--r--macros/latex/contrib/rcs/src/test/rcsid-param.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/latex/contrib/rcs/src/test/rcsid-param.tex b/macros/latex/contrib/rcs/src/test/rcsid-param.tex
new file mode 100644
index 0000000000..a9adec49a7
--- /dev/null
+++ b/macros/latex/contrib/rcs/src/test/rcsid-param.tex
@@ -0,0 +1,21 @@
+% $Id: rcsid-param.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}
+
+RCS field as arg of \verb|\RCSID|.
+
+\end{document}