Skip to content

Commit

Permalink
Minor changes (format).
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier committed Jun 15, 2021
1 parent 7aa178f commit 81a7565
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/_includes/menu.html
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions docs/guides/locale-arabic.md
Expand Up @@ -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)


2 changes: 1 addition & 1 deletion docs/guides/locale-bengali.md
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/locale-hindi.md
Expand Up @@ -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}
Expand Down

0 comments on commit 81a7565

Please sign in to comment.