![](https://raw.githubusercontent.com/samcarter/cistercian/main/ICON.png)

# cistercian

[![License](https://img.shields.io/github/license/samcarter/cistercian.svg?color=blue)](https://www.latex-project.org/lppl.txt)
[![GitHub tag](https://img.shields.io/github/tag/samcarter/cistercian.svg?label=current%20version&color=blue)](https://github.com/samcarter/cistercian/releases/latest)
[![CTAN](https://img.shields.io/ctan/v/cistercian.svg?color=blue)](https://ctan.org/pkg/cistercian)

A package to display cistercian numerals.

This project is licensed under the LaTeX Project Public License v1.3c or later, see https://www.latex-project.org/lppl.txt .

The project repository, including a bug tracker, can be found at https://github.com/samcarter/cistercian .

### Usage

```latex
\documentclass{standalone}
\usepackage{cistercian}

\begin{document}

\cistercian{42}

\end{document}
```

For more details, please consult the [package documentation](https://github.com/samcarter/cistercian/blob/main/DOCUMENTATION.pdf).