blob: 2049f3615126e82b9e7ad20234c440ac6b5b67b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
% $Id: sup-lists.w,v 1.1 1995/08/27 19:29:07 schrod Exp $
%------------------------------------------------------------
% test suppression of index & ref list
\documentclass[suppress={index,reflist}]{cweb}
\begin{document}
@ We need something to add to the lists.
@< refinement @>=
foo(bar);
@
\end{document}
|