summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/numberpt
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-14 20:48:09 +0000
committerKarl Berry <karl@freefriends.org>2019-07-14 20:48:09 +0000
commitbadaed21f7141a96f6f45926f52fbee0d695260c (patch)
treefcc1394e921a1947d7c5d45b1f680effe6597623 /Master/texmf-dist/doc/latex/numberpt
parenta7f57f401a6a2b52cecf57cf1cd5bd78606339df (diff)
numberpt (14jul19)
git-svn-id: svn://tug.org/texlive/trunk@51640 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/numberpt')
-rw-r--r--Master/texmf-dist/doc/latex/numberpt/README.md44
-rw-r--r--Master/texmf-dist/doc/latex/numberpt/numberpt.pdfbin0 -> 325870 bytes
2 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/numberpt/README.md b/Master/texmf-dist/doc/latex/numberpt/README.md
new file mode 100644
index 00000000000..95224fb7750
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/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].
diff --git a/Master/texmf-dist/doc/latex/numberpt/numberpt.pdf b/Master/texmf-dist/doc/latex/numberpt/numberpt.pdf
new file mode 100644
index 00000000000..e515cabe7f6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/numberpt/numberpt.pdf
Binary files differ