diff options
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> |