diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/gloss/readme | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/gloss/readme')
-rw-r--r-- | Master/texmf-dist/doc/latex/gloss/readme | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/gloss/readme b/Master/texmf-dist/doc/latex/gloss/readme new file mode 100644 index 00000000000..b03b102e616 --- /dev/null +++ b/Master/texmf-dist/doc/latex/gloss/readme @@ -0,0 +1,30 @@ +Gloss 1.5.2 +~~~~~~~~~~~ + +Gloss is a package which allows the creation of glossaries +using bibTeX. This approach has several advantages: +- bibTeX is available in every platform where TeX is. +- Glossary entries can be stored in databases, and you needn't + rewrite the definitions. +- There are a lot of tools for managing bibTeX databases. +- bibTeX is a programable tool and you can define your own + styles for acronyms, symbols, and so on. + +The file gloss.tex contains the documentation. + +Release 1.5.1 fixes a few bugs: + +- page was missing when a nocite form was followed by a + "normal" form (not a frequent situation, however). +- chars usually allowed in \cite now are allowed in \gloss + as well +- refpage was no-op with nocite. Now it can be used to + refer to the page even if the term in not cited in the + text (and since this combination did not make sense + formerly, I hope there won't be uncompatibilities). + +Release 1.5.2 fixes a bug: + +- Sometimes the space following \gloss was gobbled. + +2002/07/26 |