From: W. Trevor King Date: Thu, 27 Jun 2013 18:17:22 +0000 (-0400) Subject: packages: Don't use prefixes when sorting nomenclature entries X-Git-Tag: v1.0~17 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=295f707a190a633445bcac4db9f9eaa8b4d719e8;p=thesis.git packages: Don't use prefixes when sorting nomenclature entries From the nomencl docs: Personally, I like to specify the noprefix option and use the optional argument to get exactly the sort order I want. See also section 5.1 (Subgroups) about distinct groups of entries (e.g. Greek variables, Roman variables, words). --- diff --git a/src/packages.tex b/src/packages.tex index d51901e..d0e9c50 100644 --- a/src/packages.tex +++ b/src/packages.tex @@ -33,7 +33,13 @@ \usepackage{makeidx} % Indexing \makeindex -\usepackage[intoc]{nomencl} % Abbreviation indexing +\usepackage[intoc,noprefix]{nomencl} % Abbreviation indexing +% Prefixes: +% o : Operators and function symbols +% sg : Greek symbols +% so : Other (non-Greek/Roman symbols) +% sr : Roman symbols +% text : Abbreviations, chemical names, phrases, etc \makenomenclature \makeatletter % override nomencl's thenomenclature to use drexel-thesis's listed@schapter