Hi
Christopher Gabriel prepared TeX macros to handle Italian language
documents. It's attached
regards
stef
% txi-it.tex -- TeX macros to handle Italian language documents.
%
% Copyright (C) 2002 by Christopher R. Gabriel <[EMAIL PROTECTED]>
%
% This txi-it.tex file is free software; you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
% published by the Free Software Foundation; either version 2, or (at
% your option) any later version.
%
% This txi-es.tex file is distributed in the hope that it will be
% useful, but WITHOUT ANY WARRANTY; without even the implied warranty
% of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
% General Public License for more details.
%
\gdef\putwordAppendix{Appendice}
\gdef\putwordChapter{Capitolo}
\gdef\putwordfile{file}
\gdef\putwordin{in}
\gdef\putwordIndexIsEmpty{(L'indice � vuoto)}
\gdef\putwordIndexNonexistent{(L'indice non esiste)}
\gdef\putwordInfo{Informazioni}
\gdef\putwordInstanceVariableof{Instance Variable of}
\gdef\putwordMethodon{Method on}
\gdef\putwordNoTitle{Nessun titolo}
\gdef\putwordof{di}
\gdef\putwordon{on}
\gdef\putwordpage{pagina}
\gdef\putwordsection{sezione}
\gdef\putwordSection{Sezione}
\gdef\putwordsee{vedi}
\gdef\putwordSee{Vedi}
\gdef\putwordShortTOC{Indice}
\gdef\putwordTOC{Indice dei contenuti}
%
\gdef\putwordMJan{Gennaio}
\gdef\putwordMFeb{Febbraio}
\gdef\putwordMMar{Marzo}
\gdef\putwordMApr{Aprile}
\gdef\putwordMMay{Maggio}
\gdef\putwordMJun{Giugno}
\gdef\putwordMJul{Luglio}
\gdef\putwordMAug{Agosto}
\gdef\putwordMSep{Settembre}
\gdef\putwordMOct{Ottobre}
\gdef\putwordMNov{Novembre}
\gdef\putwordMDec{Dicembre}
%
\gdef\putwordDefmac{Macro}
\gdef\putwordDefspec{Special Form}
\gdef\putwordDefvar{Variabile}
\gdef\putwordDefopt{Opzione dell'utente}
\gdef\putwordDeftypevar{Variabile}
\gdef\putwordDeffunc{Funzione}
\gdef\putwordDeftypefun{Funzione}
% Produces Day Month Year style of output.
\def\today{%
\number\day\space
\ifcase\month
\or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
\or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
\or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
\fi
\space\number\year}