blob: dc75642bff843fcb75a6a79ecae9930409279f7d (
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
|
% $Id: icweb.sty,v 1.2 1995/09/28 09:20:01 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 Italian.
%
% Andreas Scherer
% Rolandstra{\ss}e 16
% 52070 Aachen, Germany
%
% 31. August 1995
%
% $Log: icweb.sty,v $
% Revision 1.2 1995/09/28 09:20:01 scherer
% I must apologize for my poor Italian. Giuseppe Ghibò corrected this.
%
% Revision 1.1 1995/09/11 17:56:07 scherer
% Initial revision
%
\renewcommand{\CwebCRAlso}{\CwebCrossRef{Vedi anche chunk}}
% See also chunk
\renewcommand{\CwebCRsAlso}{\CwebCrossRef{Vedi anche chunk}}
% See also chunks
\renewcommand{\CwebCRCite}
{\CwebCrossRef{Questo codice \`e citato nel chunk}}
% This code is cited in chunk
\renewcommand{\CwebCRsCite}
{\CwebCrossRef{Questo codice \`e citato nei chunk}}
% This code is cited in chunks
\renewcommand{\CwebCRUse}
{\CwebCrossRef{Questo codice \`e usato nel chunk}}
% This code is used in chunk
\renewcommand{\CwebCRsUse}
{\CwebCrossRef{Questo codice \`e usato nei chunk}}
% This code is used in chunks
\renewcommand{\CwebCREt}{ e~}
% and~
\renewcommand{\CwebCRsEt}{ e~}
% , and~
\renewcommand{\CwebCRChanged}{%
\CwebCrossRef{I seguenti chunk sono stati modificati tramite
il change-file:}%
}
% The following chunks were changed by the change file:
\renewcommand{\CwebChangedListName}{Chunk modificati}
% Changed Chunks
\renewcommand{\CwebRefListName}{Nomi dei chunk:}
% List of Refinements
\renewcommand{\CwebXRCite}{\CwebCrossRef{Citato nel chunk}}
% Cited in chunk
\renewcommand{\CwebXRCites}{\CwebCrossRef{Citato nei chunk}}
% Cited in chunks
\renewcommand{\CwebXRUse}{\CwebCrossRef{Usato nel chunk}}
% Used in chunk
\renewcommand{\CwebXRUses}{\CwebCrossRef{Usato nei chunk}}
% Used in chunks
|