summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/numberpt/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/numberpt/README.md
Initial commit
Diffstat (limited to 'macros/latex/contrib/numberpt/README.md')
-rw-r--r--macros/latex/contrib/numberpt/README.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/macros/latex/contrib/numberpt/README.md b/macros/latex/contrib/numberpt/README.md
new file mode 100644
index 0000000000..95224fb775
--- /dev/null
+++ b/macros/latex/contrib/numberpt/README.md
@@ -0,0 +1,44 @@
+# Package numberpt #
+
+Typeset counters spelled out in Portuguese.
+
+Author: Miguel V. S. Frasson
+[mvsfrasson@gmail.com](mailto:mvsfrasson@gmail.com)
+
+This material is subject to the
+[LaTeX Project Public License 1.3c](https://ctan.org/license/lppl1.3)
+
+## What it does ##
+
+Package `numberpt` defines commands to display counters speeled out in
+Portuguese.
+
+For example,
+``` TeX
+\renewcommand{\thechapter}{\Numberpt{chapter}}
+```
+makes chapter titles to be rendered as
+> **Capítulo Um**
+> **Capítulo Dois**
+
+The styles are
+* `\numberpt` for _all lowercase_
+* `\Numberpt` for _First word capitalized_
+* `\Numberpt` for _All Capitalized_
+* `\NUMBERPT` for _ALL UPPERCASE_
+
+## Options ##
+
+In Portuguese, both “catorze” or “quatorze” (for 14) are correct.
+
+In European Portuguese, the spelled out forms for 16, 17 and 19 are
+“dezasseis”, “dezassete” and “dezanove”. In Brazilian Portuguese, the
+forms are “dezesseis”, “dezessete” and “dezenove”.
+
+The package has options
+* `catorze` (default) and `quatorze` to select form for 14.
+* `dezesseis` (default) and `dezasseis` to select Brazilian or European Portuguese forms for 16, 17 and 19.
+
+## Documentation ##
+
+Full documentation on [numberpt.pdf].