summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cweb-latex/src/test/parts.tex
blob: 252b21299182df4dcbd606b74f3ccf3ede65c36a (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
42
43
44
45
46
47
% $Id: parts.tex,v 1.1 1995/09/16 17:02:10 schrod Exp $
%----------------------------------------------------------------------

%
% test of inclusion of CWEB program parts
%
% [LaTeX]
% (history at end)



\documentclass{article}

\usepackage{cwebparts}


\begin{document}



\title{Foobar Algorithm}
\author{Cougar}

\maketitle

\makeatletter


\section{C Implementation}

Let's have a look at the implementation in C:

\cwebInput{parts-code}

\noindent Got it?



\end{document}


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

$Log: parts.tex,v $
Revision 1.1  1995/09/16  17:02:10  schrod
    Test cwebparts.sty.