summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/mfirstuc/README
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/mfirstuc/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/mfirstuc/README')
-rw-r--r--macros/latex/contrib/mfirstuc/README41
1 files changed, 41 insertions, 0 deletions
diff --git a/macros/latex/contrib/mfirstuc/README b/macros/latex/contrib/mfirstuc/README
new file mode 100644
index 0000000000..0f406a84a8
--- /dev/null
+++ b/macros/latex/contrib/mfirstuc/README
@@ -0,0 +1,41 @@
+LaTeX Package : mfirstuc v2.06
+
+Last Modified : 2017-11-14
+
+Author : Nicola Talbot
+
+This package provides \makefirstuc{<stuff>} which makes the first object of
+<stuff> upper case unless <stuff> starts with a control
+sequence followed by a non-empty group, in which case the first
+object in the group is converted to upper case. Examples:
+
+ \makefirstuc{abc} -> Abc
+ \makefirstuc{\emph{abc}} -> \emph{Abc}
+ \makefirstuc{{\'a}bc} -> \'Abc
+ \makefirstuc{\ae bc} -> \AE bc
+ \makefirstuc{{\ae}bc} -> \AE bc
+ \makefirstuc{\ae{}bc} -> \AE{}bc
+
+The package also provides \capitalisewords{<phrase>} which applies
+\makefirstuc to each word in the <phrase>, where the words are
+separated by regular spaces. (Exceptions can be made for words that
+shouldn't be converted.)
+
+The mfirstuc package was originally bundled with the glossaries
+package.
+
+LaTeX2HTML
+
+This package comes with a LaTeX2HTML style file mfirstuc.perl which
+should be placed in the relevant LaTeX2HTML styles directory, but
+note that some commands may not be implemented or may be implemented
+in a different way.
+
+LICENCE
+
+This material is subject to the LaTeX Project Public License.
+See http://www.ctan.org/license/lppl1.3
+for the details of that license.
+
+Author's home page: http://www.dickimaw-books.com/
+