summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/glossaries/README
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-06-21 16:05:24 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-06-21 16:05:24 +0000
commit2591d5bab21119052bb58e82db7fd9fab8e97a7c (patch)
tree7062a197de46919fef0fdc72a5320096d4cacc06 /Master/texmf-dist/doc/latex/glossaries/README
parent557142a18ecd2e95285292dc54e46edec842ecc2 (diff)
glossaries update 21jun08
git-svn-id: svn://tug.org/texlive/trunk@8904 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/README')
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/README b/Master/texmf-dist/doc/latex/glossaries/README
index 7a842dcdddf..3530e14c9c4 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.12
+LaTeX Package : glossaries v 1.14
-Last Modified : 8 March 2008
+Last Modified : 17 June 2008
Author : Nicola Talbot
@@ -18,7 +18,7 @@ to the relevant glossary.
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
+sequence followed by a non-empty group, in which case the first
object in the group is converted to uppercase. Examples:
\makefirstuc{abc} -> Abc
@@ -26,8 +26,7 @@ object in the group is converted to uppercase. Examples:
\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.)
+ \makefirstuc{\ae{}bc} -> \AE{}bc
INSTALLATION