summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cweb-latex/src/test/german.w
blob: dd6f5d64bbef77ed626127770e2d96b6a7a69307 (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
% $Id: german.w,v 1.3 1995/11/20 22:34:44 schrod Exp $
%----------------------------------------------------------------------

% tests german language support


% check if option after german works as well
\documentclass[german,suppress=index]{cweb}

\usepackage{german}

\begin{document}

\title{Test der \texttt{german} Option}
\author{Puma}
\maketitle

@ Aktives Anf\"uhrungszeichen im String.
@c
#include "foo.h"

@ @( foo.h@>=
@< etwas |code| @>@;
@< mehr Code @>

@ @< etwas ...@>=
for ( int i=1; i<10; i++ )
    @< mehr... @>

@ @< mehr... @>=

@
\end{document}