diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/glossaries/README | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/README b/Master/texmf-dist/doc/latex/glossaries/README index a03181fb5f6..fcf56417811 100644 --- a/Master/texmf-dist/doc/latex/glossaries/README +++ b/Master/texmf-dist/doc/latex/glossaries/README @@ -1,6 +1,6 @@ -LaTeX Package : glossaries v 1.11
+LaTeX Package : glossaries v 1.12
-Last Modified : 2 March 2008
+Last Modified : 8 March 2008
Author : Nicola Talbot
@@ -15,6 +15,20 @@ to the relevant glossary. *This package replaces the glossary package which is now obsolete.*
+The glossaries bundle also includes mfirstuc.sty which provides
+\makefirstuc{<stuff>} which makes the first object of
+<stuff> uppercase unless <stuff> starts with a control
+sequence followed by a group, in which case the first
+object in the group is converted to uppercase. Examples:
+
+ \makefirstuc{abc} -> Abc
+ \makefirstuc{\emph{abc}} -> \emph{Abc}
+ \makefirstuc{{\'a}bc} -> {\'A}bc
+ \makefirstuc{\ae bc} -> \AE bc
+ \makefirstuc{{\ae}bc} -> {\AE}bc
+
+(but don't do \makefirstuc{\ae{}bc} which produces \ae Bc.)
+
INSTALLATION
See INSTALL file for installation instructions.
|