summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/rcs/src/test/log-error.tex
blob: 41f0d5a7d7a66a6e8849e4f5673fb160820f67e1 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
% $Id: log-error.tex,v 1.1 1995/08/02 11:37:32 schrod Exp $
%----------------------------------------------------------------------

%
% test for bad log entry
%
% [LaTeX]
% (history at end)



\documentclass{article}

\usepackage{rcs}
\usepackage{shortvrb}
\MakeShortVerb\|

\nofiles

\begin{document}

\begin{rcslog}

$Log: log-error.tex,v $
\Revision 1.1 1995/08/02 11:37:32 schrod
Add test case for |rcslog| environment with problems \& errors.

\end{rcslog}

\begin{rcslog}
Garbage
$Log: log-error.tex,v $
\Revision 1.1 1995/08/02 11:37:32 schrod
Add test case for |rcslog| environment with problems \& errors.

\end{rcslog}

\end{document}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%