summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cweb-latex/src/test/sup-format.w
blob: eec493ff4fd1b41d31e94b1d73477112b39bf9fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% $Id: sup-format.w,v 1.1 1995/08/29 15:22:17 schrod Exp $
%------------------------------------------------------------

% test suppression of format directives

\documentclass[suppress=format]{cweb}

\begin{document}

@ test
@f XmMainWindow int
@f foo int
@f bar i
XmMainWindow dir = XtCreateWidget("foobar");

@
\end{document}