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

% test titlepage option
% test also forwarding of option to baseclass

\documentclass[titlepage]{cweb}

\begin{document}

\title{Test title}
\author{Coogar}

\maketitle

Test text.

@
\end{document}