MakeIndex, Nomenclature, Glossaries and AcronymsNomenclature stopped working in TeXstudio

Information and discussion about MakeIndex - the tool to generate subject indices for LaTeX documents.
Post Reply
polemicist
Posts: 6
Joined: Fri Nov 20, 2020 5:55 pm

Nomenclature stopped working in TeXstudio

Post by polemicist »

Dear all,

I have am relatively new to LaTeX. I have used now for 4 reports. Somehow, the abbreviation is not working for my documents anymore. I even copied a sample code from the internet but it still is not working.

In TeXstudio, I have gone to options, configure TeXstudio, I have set the Default Glossary Tool to

Code: Select all

makeindex %.nlo -s nomencl.ist -o %.nls -t %.nlg
It still doesn't make the Abbreviation section appear on the paper. Below I have oncluded a sample code, believing that if the code starts to work here, I can transfer it to my report. Any help is grestly appreciated.
\documentclass[a4paper,12pt]{book}
\usepackage{nomencl}
\makenomenclature
\renewcommand{\nomname}{List of Abbreviations}

\begin{document}
\printnomenclature[3cm]
\newpage
Scanning Electron Microscopy (SEM) \nomenclature{SEM}{Scanning Electron 
Microscopy} is used for microstructural analysis, while
X-ray Diffraction (XRD) \nomenclature{XRD}{X-ray Diffraction} gives the phase 
of the material. 


(XRD) \nomenclature{$XRD$}{X-ray Diffraction}
\end{document}
Last edited by polemicist on Wed Nov 25, 2020 4:45 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
polemicist
Posts: 6
Joined: Fri Nov 20, 2020 5:55 pm

Numenclature stopoped working in TeXstudio

Post by polemicist »

Just in case this post would be of help to anyone, I forgot to make index (Tools -> Index). After this, the Nomenclature list was made. 8-)
Post Reply