add lang=it

This commit is contained in:
EthanDeng
2020-03-19 13:14:30 +08:00
parent 6924603f5c
commit 09b71b9ab7
4 changed files with 1789 additions and 1655 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -325,7 +325,8 @@
\RequirePackage{graphicx} \RequirePackage{graphicx}
%\RequirePackage{enumerate} %\RequirePackage{enumerate}
\RequirePackage{amsmath,mathrsfs,amsfonts,amssymb} \RequirePackage{amsmath,mathrsfs,amsfonts,amssymb}
% \providecommand\qed{}
% \renewcommand{\qed}{\hfill\ensuremath{\square}}
\RequirePackage{booktabs} \RequirePackage{booktabs}
\RequirePackage{multicol,multirow} \RequirePackage{multicol,multirow}
\RequirePackage{xcolor} \RequirePackage{xcolor}
@@ -373,7 +374,7 @@
\newcommand{\propertyname}{} \newcommand{\propertyname}{}
\newcommand{\introductionname}{} \newcommand{\introductionname}{}
\newcommand{\problemsetname}{} \newcommand{\problemsetname}{}
\newcommand\bioinfo[2]{\gdef\@bioinfo{\textit{#1}\textit{#2}}} \newcommand\bioinfo[2]{\gdef\@bioinfo{\textit{#1}#2}}
\newcommand{\updatename}{} \newcommand{\updatename}{}
\newcommand{\historyname}{} \newcommand{\historyname}{}
}{\relax} }{\relax}
@@ -411,6 +412,42 @@
\newcommand{\historyname}{Version History} \newcommand{\historyname}{Version History}
}{\relax} }{\relax}
\ifdefstring{\ELEGANT@lang}{it}{
\RequirePackage[italian]{babel}
\setlength\parindent{2em}
\newcommand\figref[1]{\textbf{Figura}~\ref{#1}}
\newcommand\tabref[1]{\textbf{Tabella}~\ref{#1}}
\renewcommand{\chaptername}{Capitolo \thechapter}
\newcommand{\authorname}{\textbf{Autore: }}
\newcommand{\institutename}{\textbf{Istituto: }}
\newcommand{\datename}{\textbf{Data: }}
\newcommand{\versionname}{\textbf{Versione: }}
\bibliographystyle{\ELEGANT@bibstyle}
\newcommand{\notename}{Nota}
\newcommand{\proofname}{Dimostrazione}
\newcommand{\problemname}{Problema}
\newcommand{\definitionname}{Definizione}
\newcommand{\theoremname}{Teorema}
\newcommand{\axiomname}{Assioma}
\newcommand{\postulatename}{Postulato}
\newcommand{\lemmaname}{Lemma}
\newcommand{\propositionname}{Proposizione}
\newcommand{\corollaryname}{Corollario}
\newcommand{\examplename}{Esempio}
\newcommand{\exercisename}{Esercizio}
\newcommand{\remarkname}{Commento}
\newcommand{\assumptionname}{Assunto}
\newcommand{\conclusionname}{Conclusione}
\newcommand{\solutionname}{Soluzione}
\newcommand{\propertyname}{Proprietà}
\newcommand{\introductionname}{Introduzione}
\newcommand{\problemsetname}{Esercizio}
\newcommand\bioinfo[2]{\gdef\@bioinfo{\textbf{#1}: #2}}
\newcommand{\updatename}{Aggiornamenti:}
\newcommand{\historyname}{Cronologia delle versioni}
}{\relax}
\RequirePackage{xpatch} \RequirePackage{xpatch}
\xpatchcmd{\part}{ \xpatchcmd{\part}{
\thispagestyle{plain}}{ \thispagestyle{plain}}{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB