summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/xistercian/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-07-19 03:01:01 +0000
committerNorbert Preining <norbert@preining.info>2021-07-19 03:01:01 +0000
commit38358cf733cc4815df695ae9c5539f8d7deba8e8 (patch)
treea86407ed7930e2c2e120facd12870f78a5922507 /graphics/pgf/contrib/xistercian/README.md
parentba3d555da29f2da7ca04bf225218e22c8d12d7f8 (diff)
CTAN sync 202107190301
Diffstat (limited to 'graphics/pgf/contrib/xistercian/README.md')
-rw-r--r--graphics/pgf/contrib/xistercian/README.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/graphics/pgf/contrib/xistercian/README.md b/graphics/pgf/contrib/xistercian/README.md
new file mode 100644
index 0000000000..d9d17f16d7
--- /dev/null
+++ b/graphics/pgf/contrib/xistercian/README.md
@@ -0,0 +1,35 @@
+-------------------------------------------------------------------------------
+# xistercian -- Cistercian numerals in LaTeX
+
+Version 2021-07-17 v1.0
+
+Released under the LaTeX Project Public License v1.3c or later
+See http://www.latex-project.org/lppl.txt
+
+Hosted at https://github.com/Skillmon/ltx_xistercian
+
+-------------------------------------------------------------------------------
+
+Copyright (C) 2021 Jonathan P. Spratte
+
+This work may be distributed and/or modified under the conditions of the
+LaTeX Project Public License (LPPL), either version 1.3c of this license or
+(at your option) any later version. The latest version of this license is in
+the file:
+
+ http://www.latex-project.org/lppl.txt
+
+This work is "maintained" (as per LPPL maintenance status) by
+ Jonathan P. Spratte.
+
+-------------------------------------------------------------------------------
+
+This package adds Cistercian numerals to LaTeX. The glyphs are created with PGF,
+but cashed inside boxes to get better performance.
+
+The package provides (among other macros) the commands:
+
+- `\cistercian{<counter>}` to format a LaTeX2e counter
+- `\cisterciannum{<integer>}` to format the `<integer>` handed in as a string
+
+It supports the LaTeX typical syntax `\pagenumbering{cistercian}` as well.