[latex3-commits] [git/LaTeX3-latex3-babel] docs: Minor changes (format). (81a7565)

Javier email at dante.de
Tue Jun 15 10:35:14 CEST 2021


Repository : https://github.com/latex3/babel
On branch  : docs
Link       : https://github.com/latex3/babel/commit/81a7565603db52287afa84697b4e363e06861343

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

commit 81a7565603db52287afa84697b4e363e06861343
Author: Javier <email at localhost>
Date:   Tue Jun 15 10:35:14 2021 +0200

    Minor changes (format).


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

81a7565603db52287afa84697b4e363e06861343
 docs/_includes/menu.html      | 3 +--
 docs/guides/locale-arabic.md  | 2 ++
 docs/guides/locale-bengali.md | 2 +-
 docs/guides/locale-hindi.md   | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/docs/_includes/menu.html b/docs/_includes/menu.html
index bb52104..4870790 100644
--- a/docs/_includes/menu.html
+++ b/docs/_includes/menu.html
@@ -53,8 +53,7 @@
       <ul>
         <li><a href="https://latex3.github.io/babel/guides/locale-arabic.html">Arabic</a></li>
         <li><a href="https://latex3.github.io/babel/guides/locale-bengali.html">Bengali</a></li>
-        <li><a
-        href="https://latex3.github.io/babel/guides/locale-hebrew.html">Hebrew</a></li>
+        <li><a href="https://latex3.github.io/babel/guides/locale-hebrew.html">Hebrew</a></li>
         <li><a href="https://latex3.github.io/babel/guides/locale-hindi.html">Hindi</a></li>
       </ul>
       </li>
diff --git a/docs/guides/locale-arabic.md b/docs/guides/locale-arabic.md
index 665b08d..a348e4f 100644
--- a/docs/guides/locale-arabic.md
+++ b/docs/guides/locale-arabic.md
@@ -72,4 +72,6 @@ Definition \foreignlanguage{arabic}{maboniY+}.
 * [Automatic enumerate list using eastern Arabic letters in beamer](https://tex.stackexchange.com/a/599846/5735)
 * [Itemize environment in Arabic](https://tex.stackexchange.com/a/528562/5735)
 * [Index not generated in an Arabic document](https://tex.stackexchange.com/a/506482/5735)
+* [Right alignment for section and subsection in the table of contents]{https://tex.stackexchange.com/a/587584/5735)
+
 
diff --git a/docs/guides/locale-bengali.md b/docs/guides/locale-bengali.md
index 91f0f34..660b5c2 100644
--- a/docs/guides/locale-bengali.md
+++ b/docs/guides/locale-bengali.md
@@ -32,7 +32,7 @@ Bengali numerals, passed as option to `\babelprovide`:
   usually the preferred method.
   
 To perform this conversión, use the following preamble:
-```
+```tex
 \usepackage[bengali, provide=*]{babel}
 \babelprovide[mapdigits]{bengali}  % or alternatively maparabic
 \babelfont{rm}[Renderer=Harfbuzz]{FreeSerif}
diff --git a/docs/guides/locale-hindi.md b/docs/guides/locale-hindi.md
index bba1b24..67d23be 100644
--- a/docs/guides/locale-hindi.md
+++ b/docs/guides/locale-hindi.md
@@ -32,7 +32,7 @@ Hindi numerals, passed as option to `\babelprovide`:
   usually the preferred method.
   
 To perform this conversión, use the following preamble:
-```
+```tex
 \usepackage[hindi, provide=*]{babel}
 \babelprovide[mapdigits]{hindi}  % or alternatively maparabic
 \babelfont{rm}[Renderer=Harfbuzz]{FreeSerif}





More information about the latex3-commits mailing list.