% Exemple d'utilisation de malagasy-numberwords.
% Compiler simplement avec pdflatex.
\documentclass{article}
\usepackage[margin=1in]{geometry}
\usepackage{malagasy-numberwords}
\begin{document}
\noindent
\textbf{Cardinal} : \MalagasyNumberToWords{2026}\par
\textbf{Ordinal} : \MalagasyOrdinalToWords{59}\par
\textbf{Decimal} : \MalagasyDecimalToWords{3}{14}\par
\textbf{Pourcentage} : \MalagasyPercentageToWords{25}\par
\textbf{Monnaie} : \MalagasyCurrencyToWords{100000}\par
\textbf{Date} : \MalagasyDateToWords{11}{10}{2003}\par
\end{document}
