Hello,

I'm using sections in my nomenclature. It worked well, but suddenly it
didn't work anymore. Studing the wiki ditn't help. Then I read this
letter. The command '\usepackage{ifthen}' in the preamble fixed all My
problems. Therefore one should add this command in the wiki 'Creating
Nomenclature with Sections'.

Nevertheless thank you for your steady work.



Am Mittwoch, den 07.10.2015, 13:56 +0200 schrieb Michael Berger:
> Dear Friends of LyX,
> in the nomenclature of my document (KOMAScript article) I use in the
> preamble
> 
>  \usepackage{ifthen}
> \renewcommand{\nomgroup}[1]{%
> \ifthenelse{\equal{#1}{C}}{\item[\textbf{Symbols}]}{%
> \ifthenelse{\equal{#1}{D}}{\item[\textbf{Numbers}]}{%
> \ifthenelse{\equal{#1}{B}}{\item[\textbf{Abbreviations}]}{%
> \ifthenelse{\equal{#1}{A}}{\item[\textbf{Definitions}]}{}
> }% B matches Abbreviations
> }% A matches Definitions
> }% C matches Symbols
> }% D matches Numbers
> 
> and in the LyX document
> \renewcommand{\nomlabel}[1]{#1\dotfill}
> \renewcommand{\nomname}{Nomenclature of Linguistic Terms}
> 
> I not only get dots in each entry as desired but also undesired dots
> after the subgroup headings as per screen shot.
> How to remove the dots after the subgroup headings?
> 
> Thanks and regards
> 
> 
> Michael Berger, Dipl. Ing.
> Im Borngrund 7a
> D-35606 Solms
> id...@online.de
> Fon: +49 6442 706509
> Fax: 032121247536
-- 



Reply via email to