diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-13 16:23:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-13 16:23:27 +0000 |
commit | 6cc2c89243924fb671f0ad637ed718b99933fbde (patch) | |
tree | 6a827d14bb8c3089e7525b43a81c2510167848fb /Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html | |
parent | 9f6934cabc90af62c40c7ed913cf91f6a9c6f61a (diff) |
glossaries 2.4 (10nov09)
git-svn-id: svn://tug.org/texlive/trunk@16008 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html')
-rw-r--r-- | Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html index 9ff62a00a6f..ee59a263777 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html +++ b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.html @@ -194,13 +194,15 @@ plural=\oe sophagi,sort=oesophagus} Note, however, that if you use the <TT>inputenc</TT> package and <TT>xindy</TT>, you can use the encoded character <TT>œ</TT> rather than <TT>\oe</TT> and <TT>xindy</TT> will sort it correctly: -<PRE> -\newglossaryentry{oesophagus}{name=œsophagus, -description={canal from mouth to stomach}, -plural=œsophagi} -</PRE> <P> +<TT><TT>\newglossaryentry</TT>{oesophagus}{name=œsophagus, +<BR> +description={canal from mouth to stomach}, +<BR> +plural=œsophagi} +</TT> +<P> If the name starts with an accented character, the first character must be grouped: <PRE> @@ -209,12 +211,13 @@ description={select group of people}, sort=elite} </PRE> or -<PRE> -\newglossaryentry{elite}{name={é}lite, -description={select group of people}} -</PRE> <P> +<TT><TT>\newglossaryentry</TT>{elite}{name={é}lite, +<BR> +description={select group of people}} +</TT> +<P> The name can also be a symbol, but you will also need to specify the sort key. For example: <PRE> |