From 295f707a190a633445bcac4db9f9eaa8b4d719e8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 27 Jun 2013 14:17:22 -0400 Subject: [PATCH] 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). --- src/packages.tex | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.26.2