View on GitHub

Babel

The multilingual framework to localize LaTeX, LuaLaTeX, XeLaTeX

Cebuano

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

Support with ini locale file

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

\documentclass[cebuano]{article}

\usepackage[provide=*]{babel}

\begin{document}

Local name $=$ Cebuano

Today $=$ \today

\end{document}