I want to use "nomencl" package for my documents. But problem is that it make "list of abbreviations" that I don't like/need.
Some example
Code: Select all
\RequirePackage[russian, ukrainian, english]{nomencl}
\makenomenclature
\renewcommand{\nomname}{\centerline{Something}}
\documentclass[a4paper, 12pt]{article}
\begin{document}
\printnomenclature
BlaBlaBla. I don't know what to write but I need a lot of this. The end.
\nomenclature[Strings]{SoC}{System on Chip}
\end{document}
"SoC System On Chip"
when I want/need
"SoC -- System On Chip"
Official manual says:
Here I completely stuck. What to do? Thanks!If you don’t like the format of the nomenclature at all, you will have
to redefine the thenomenclature environment. Maybe a look at the doc-
umented code of nomencl will help.