diff options
author | Karl Berry <karl@freefriends.org> | 2019-07-14 20:48:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-07-14 20:48:09 +0000 |
commit | badaed21f7141a96f6f45926f52fbee0d695260c (patch) | |
tree | fcc1394e921a1947d7c5d45b1f680effe6597623 /Master/texmf-dist/doc/latex | |
parent | a7f57f401a6a2b52cecf57cf1cd5bd78606339df (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')
-rw-r--r-- | Master/texmf-dist/doc/latex/numberpt/README.md | 44 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/numberpt/numberpt.pdf | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000000..e515cabe7f6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/numberpt/numberpt.pdf |