summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cweb/contrib/cwbl-deutsch.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/cweb/contrib/cwbl-deutsch.sty
Initial commit
Diffstat (limited to 'macros/latex/contrib/cweb/contrib/cwbl-deutsch.sty')
-rw-r--r--macros/latex/contrib/cweb/contrib/cwbl-deutsch.sty83
1 files changed, 83 insertions, 0 deletions
diff --git a/macros/latex/contrib/cweb/contrib/cwbl-deutsch.sty b/macros/latex/contrib/cweb/contrib/cwbl-deutsch.sty
new file mode 100644
index 0000000000..9192ad883b
--- /dev/null
+++ b/macros/latex/contrib/cweb/contrib/cwbl-deutsch.sty
@@ -0,0 +1,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