[latex3-commits] [git/LaTeX3-latex3-hyperref] cleanup-patches: Added support for Italian language in backref.dtx (2be7e6d)

ChemBioScripting chembioscripting at gmail.com
Sun Feb 19 04:46:32 CET 2023


Repository : https://github.com/latex3/hyperref
On branch  : cleanup-patches
Link       : https://github.com/latex3/hyperref/commit/2be7e6d0885e4df47d048bc1db53caed347fbf23

>---------------------------------------------------------------

commit 2be7e6d0885e4df47d048bc1db53caed347fbf23
Author: ChemBioScripting <chembioscripting at gmail.com>
Date:   Sun Feb 19 04:46:32 2023 +0100

    Added support for Italian language in backref.dtx


>---------------------------------------------------------------

2be7e6d0885e4df47d048bc1db53caed347fbf23
 backref.dtx | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/backref.dtx b/backref.dtx
index ec4e101..ffba3c4 100644
--- a/backref.dtx
+++ b/backref.dtx
@@ -408,6 +408,13 @@
   \def\backrefsep{, }%
   \def\backreftwosep{ en~}%
   \def\backreflastsep{ en~}%
+}
+\def\backrefitalian{%
+  \def\backrefpagesname{pagine}%
+  \def\backrefsectionsname{sezioni}%
+  \def\backrefsep{, }%
+  \def\backreftwosep{ e~}%
+  \def\backreflastsep{ e~}%
 }%
 %    \end{macrocode}
 %    Instead of package babel's definition of \cmd{\addto} the
@@ -465,6 +472,7 @@
 \BR at DeclareLang{brazil}{brazil}
 \BR at DeclareLang{brazilian}{brazil}
 \BR at DeclareLang{afrikaans}{afrikaans}
+\BR at DeclareLang{italian}{italian}
 %    \end{macrocode}
 %    Default is the english version:
 %    \begin{macrocode}





More information about the latex3-commits mailing list.