View on GitHub

Babel

The multilingual framework to localize LaTeX, LuaLaTeX, XeLaTeX

Chuvash

This page offers basic guidance on typesetting a LaTeX document in the Chuvash language using the Cyrillic script.

Support with ini locale file

Here is a minimal sample file with chuvash as the main language, with luatex.

\documentclass[chuvash]{article}

\usepackage[provide=*]{babel}

\babelfont{rm}{NewComputerModern10}

\begin{document}

Local name $=$ чӑваш

Today $=$ \today

\end{document}