I am using the nomencl package and I want the nomenclature entry to appear in text the first time I am using it in the document. For example:
The sentence I am using is: "Atlantic water are colder". In the latex code I type:
Code: Select all
\nomenclature{AW}{Atlantic water} are colder.
- My current PDF output: "are colder"
- Desired PDF output: "Atlantic water (AW) are colder"
thanks again
yair