summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cweb/contrib/cwbl-deutsch.sty
blob: 9192ad883b231be7fe416994acef2cfc0072bbb0 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
% $Id: dcweb.sty,v 1.3 1995/09/11 18:03:44 scherer Exp $
%
% THIS IS A TEST!
%
% I have no idea how to write a style-conformant package, so bear with me.
% This `package' translates the `LaTeX CWEB' class to German.
%
% Andreas Scherer
% Rolandstra{\ss}e 16
% 52070 Aachen, Germany
%
% 31. August 1995
%
% $Log: dcweb.sty,v $
% Revision 1.3  1995/09/11  18:03:44  scherer
% Following Joachim Schrod's advice, `chunk' means `Baustein'.
%
% Revision 1.2  1995/09/11  18:01:24  scherer
% Make this package usable with `german.sty'.
%
% Revision 1.1  1995/09/11  18:00:41  scherer
% Initial revision
%
\renewcommand{\CwebCRAlso}{\CwebCrossRef{Siehe auch den Baustein}}
  % See also chunk
\renewcommand{\CwebCRsAlso}{\CwebCrossRef{Siehe auch die Bausteine}}
  % See also chunks

\renewcommand{\CwebCRCite}
  {\CwebCrossRef{Dieser Programmteil wird zitiert im Baustein}}
  % This code is cited in chunk
\renewcommand{\CwebCRsCite}
  {\CwebCrossRef{Dieser Programmteil wird zitiert in den Bausteinen}}
  % This code is cited in chunks

\renewcommand{\CwebCRUse}
  {\CwebCrossRef{Dieser Programmteil wird verwendet im Baustein}}
  % This code is used in chunk
\renewcommand{\CwebCRsUse}
  {\CwebCrossRef{Dieser Programmteil wird verwendet in den Bausteinen}}
  % This code is used in chunks

\renewcommand{\CwebCREt}{ und~}
  % and~
\renewcommand{\CwebCRsEt}{ und~}
  % , and~

\renewcommand{\CwebCRChanged}{%
    \CwebCrossRef{Die folgenden Bausteine sind vom Change-File
      ver\"andert worden:}%
    }
  % The following chunks were changed by the change file:
\renewcommand{\CwebChangedListName}{Ver\"anderte Bausteine}
  % Changed Chunks

\renewcommand{\CwebRefListName}{Liste der Verfeinerungen}
  % List of Refinements

\renewcommand{\CwebXRCite}{\CwebCrossRef{Zitiert im Baustein}}
  % Cited in chunk
\renewcommand{\CwebXRCites}{\CwebCrossRef{Zitiert in den Bausteinen}}
  % Cited in chunks
\renewcommand{\CwebXRUse}{\CwebCrossRef{Verwendet im Baustein}}
  % Used in chunk
\renewcommand{\CwebXRUses}{\CwebCrossRef{Verwendet in den Bausteinen}}
  % Used in chunks


%% -js [07 Nov 95]:
%% Discarded code below, this problem has been repaired in the
%% cwebbase module.
%%
%% \makeatletter
%% \catcode`\_=\CatLetter
%% \def\CwebString#1{%
%%     \hbox{\tt
%%         \cweb@string_setup
%%         \ifx\originalTeX\undefined\else\originalTeX\fi % for `german.sty'
%%         #1\kern .05em
%%         }%
%%     }
%% \catcode`\_=\CatUsCode
%% \makeatother