blob: aa5cdce2f26b39f7e10b82dd612fb86c74513dc7 (
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
|
% $Id: cweb-fsa.ltx,v 1.2 1995/08/08 00:14:27 schrod Exp $
%------------------------------------------------------------
%
% test of xfig created pictures
%
% [LaTeX]
\documentstyle{article}
\begin{document}
\noindent Test of figure \texttt{cweb-fsa.latex}: Finite State
Automaton for different CWEB modi.
\bigskip
\begin{center}
\chardef\\=`\\
\input{cweb-fsa.latex}
\end{center}
\end{document}
|