diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/cweb-latex/contrib/cwbl-italian.sty')
-rw-r--r-- | Master/texmf-dist/doc/latex/cweb-latex/contrib/cwbl-italian.sty | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cweb-latex/contrib/cwbl-italian.sty b/Master/texmf-dist/doc/latex/cweb-latex/contrib/cwbl-italian.sty new file mode 100644 index 00000000000..dc75642bff8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cweb-latex/contrib/cwbl-italian.sty @@ -0,0 +1,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 |