Search found 5 matches

by kongo
Sat Oct 26, 2019 3:12 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Change format of nomenclature
Replies: 9
Views: 33007

Change format of nomenclature

Hi Rainer,

I really appreciate your outstanding help! Thank you!

I modified my preamble in the following way:

\makeatletter
\def\@@@nomenclature[#1]#2#3#4#5{%
\def\@tempa{#2}\def\@tempb{#3}%
\protected@write\@nomenclaturefile{}%
{\string\nomenclatureentry{#1\nom@verb\@tempa @{\nom@verb ...
by kongo
Sat Oct 26, 2019 12:37 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Change format of nomenclature
Replies: 9
Views: 33007

Change format of nomenclature

Thank you! I had to tweak the \textwidth portions but now it runs perfect!

Can you explain the meanings of the single modifications you made in the following line?

{@{}p{0.1\\textwidth}p{\\dimexpr0.8\\textwidth-4\\tabcolsep}>{\\raggedleft\\arraybackslash}p{0.1\\textwidth}@{}}

So I can ...
by kongo
Thu Oct 24, 2019 2:59 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Change format of nomenclature
Replies: 9
Views: 33007

Change format of nomenclature

Hi Rainer,

Thank you, but unfortunately, this doesn't work, if there are more than one nomenclature entries.

Which features will this break?
by kongo
Wed Oct 23, 2019 9:30 am
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Change format of nomenclature
Replies: 9
Views: 33007

Change format of nomenclature

Hi Stefan,

I reviewed my code and indeed, there was an error (wrong brace). Now the code (start post) should run.

To be clear, I use the noment bl package to create the nomenclature. So you have to run makeindex with

makeindex -s modified-nomentbl.ist -o filename.nls filename.nlo

Please see ...
by kongo
Tue Oct 22, 2019 12:36 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Change format of nomenclature
Replies: 9
Views: 33007

Change format of nomenclature

Hi there,

I am using the nomentbl package to create a nomenclature. I have to meet several design requirements and therefore, I have to modify the style of nomentbl. Unfortunately, I do not know how this can be done:

There is an empty space between the right limit of \textwidth and the unit-column ...