diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-24 23:04:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-24 23:04:03 +0000 |
commit | f8afa087413b6c1c7901b309057f715e8f6dc12a (patch) | |
tree | 7774fcf0fe11e151874b45bcc01ab171dad4b44f /Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.tex | |
parent | 226ee7542cb7aebf33c102943c20102bca7e9db3 (diff) |
glossaries (24nov14)
git-svn-id: svn://tug.org/texlive/trunk@35657 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.tex index 949e86b140f..234ffb02c8e 100644 --- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.tex +++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleCustomAcr.tex @@ -8,7 +8,10 @@ \usepackage[colorlinks,plainpages=false]{hyperref} \usepackage[acronym,% create 'acronym' glossary type - nomain,% 'main' glossary not needed as using 'acronym' + % The package option "nomain" is used here to suppress the + % main glossary, since this example doesn't use it. If you + % want to use the main glossary, remove the "nomain" option. + nomain, style=altlist, % use altlist style toc, % add the glossary to the table of contents ]{glossaries} |