From badaed21f7141a96f6f45926f52fbee0d695260c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 14 Jul 2019 20:48:09 +0000 Subject: numberpt (14jul19) git-svn-id: svn://tug.org/texlive/trunk@51640 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/numberpt/README.md | 44 ++++++++++++++++++++++ Master/texmf-dist/doc/latex/numberpt/numberpt.pdf | Bin 0 -> 325870 bytes 2 files changed, 44 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/numberpt/README.md create mode 100644 Master/texmf-dist/doc/latex/numberpt/numberpt.pdf (limited to 'Master/texmf-dist/doc/latex/numberpt') 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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/numberpt/numberpt.pdf differ -- cgit v1.2.3