-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Italian translation #85
Comments
Did you try babel package under |
If you want to localize of all the prefix/name of ElegantBook completely, you can refer this \renewcommand\figref[1]{\textbf{Figure}~\ref{#1}}
\renewcommand\tabref[1]{\textbf{Table}~\ref{#1}}
\renewcommand{\chaptername}{Chapter \thechapter}
\renewcommand{\authorname}{\textbf{Author: }}
\renewcommand{\institutename}{\textbf{Institute: }}
\renewcommand{\datename}{\textbf{Date: }}
\renewcommand{\versionname}{\textbf{Version: }}
\renewcommand{\notename}{Note}
\renewcommand{\proofname}{Proof}
\renewcommand{\problemname}{Problem}
\renewcommand{\definitionname}{Definition}
\renewcommand{\theoremname}{Theorem}
\renewcommand{\axiomname}{Axiom}
\renewcommand{\postulatename}{Postulate}
\renewcommand{\lemmaname}{Lemma}
\renewcommand{\propositionname}{Proposition}
\renewcommand{\corollaryname}{Corollary}
\renewcommand{\examplename}{Example}
\renewcommand{\exercisename}{Exercise}
\renewcommand{\remarkname}{Remark}
\renewcommand{\assumptionname}{Assumption}
\renewcommand{\conclusionname}{Conclusion}
\renewcommand{\solutionname}{Solution}
\renewcommand{\propertyname}{Property}
\renewcommand{\introductionname}{Introduction}
\renewcommand{\problemsetname}{Exercise}
\renewcommand{\updatename}{Updates:}
\renewcommand{\historyname}{Version History} |
Thank you for answering my question.Yes, I did and it works! |
Can I send you my translation? |
Here my translation (indent lines are the italian version) %\renewcommand\figref[1]{\textbf{Figure} |
I add option of Italian with Here is some piece of code provided by Overleaf: \documentclass[lang=it,math=newtx]{elegantbook}
\title{Best wishes}
\author{ddswhu}
\date{\today}
\begin{document}
\maketitle
\chapter{Test}
\section{Sezione introduttiva}
Questa è la prima sezione, possiamo aggiungere alcuni elementi aggiuntivi e tutto
digitato correttamente. Inoltre, se una parola è troppo lunga e deve essere troncato
babel cercherà per troncare correttamente a seconda della lingua.
\section{Teoremi Sezione}
Questa sezione è quello di vedere cosa succede con i comandi testo definendo
\[ \lim x = \sin{\theta} + \max \{3.52, 4.22\} \]
\begin{property}
Questo è un breve riassunto dei contenuti del documento scritto in italiano.
\end{property}
\end{document} |
This is the french translation , but still confusing the two commands below |
\renewcommand\figref[1]{\textbf{Figure} |
Hi,
I need to known if some kind of localization for ElegantBook, if possible define "IT" instead of "EN" in
\documentclass[lang=en]{elegantbook}
I would like use your template for a juridical work in italian, because it seems perfect for my project.
May you help me?
Many thanks
The text was updated successfully, but these errors were encountered: