Hi
Try removing the \textsf{\textbf{ }} around each label i.e.
RMS,RMSE,RMSE*. This should allow proper sorting.
If you want the font defined by \textsf{\textbf{ }} then put
\renewcommand{\nomlabel}[1]{\textsf{\textbf{#1}}}
in your preamble. Good luck.
Steve
On 24/11/15 18:11, Daisuke Koya wrote:
Hello Uwe,
Thank you very much for showing me that nomenclature entries can be sorted
correctly. That is promising.
I tried to create a minimum working example (attached). The problem is that I
couldn't get the example to work... When I tried to compile the file, I saw the
following error:
Error while exporting format: PDF (pdflatex)
I'm unsure what went wrong, as I know almost nothing about LaTeX. I do have
quite a bit of stuff in my preamble, which is mostly stuff a colleague who's
well-versed in LaTeX told me to include. Perhaps the things in the preamble are
wreaking havoc. I'm also using the KOMA-Script Report class. Could this be a
problem?
I can confirm that the original nomenclature entry in my thesis compiles,
albeit with the sorting errors.
Can I get further help please, or any help with alternatives to using the
nomencl package? I tried to look at incorporating the glossaries package into
LyX, but the complicated instructions were above my paygrade... ;-(
Thank you again,
Daisuke
On Nov 23, 2015, at 4:54 PM, Uwe Stöhr <uwesto...@web.de> wrote:
Am 18.11.2015 um 01:15 schrieb Daisuke Koya:
I am experiencing a problem with sorting nomenclature entries. I am trying to
sort the entries, RMS, RMSE, and RMSE*, in this order. However, what I get
instead is:
RMSE*
RMSE
RMS
I get the right sort order automatically, see the attached file.
Could you please provide a _minimal_ example file with the wrong sort order?
regards Uwe
<nomencl sort order.pdf><nomencl sort order.lyx>
--
Steve Hnizdur