View on GitHub

Babel

The multilingual framework to localize LaTeX, LuaLaTeX, XeLaTeX

Sangu

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

Support with ini locale file

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

\documentclass[sangu]{article}

\usepackage[provide=*]{babel}

\begin{document}

Local name $=$ Ishisangu

Today $=$ \today

\end{document}