\documentclass{article}
\usepackage{nomencl}
\makenomenclature
\begin{document}
\nomenclature{flt}{Interpolation filter}
\nomenclature{maximum}{Maximum function}
\nomenclature{OFDM}{Orthogonal Frequency Division Multiplexing}
\renewcommand{\nomlabel}[1]{\hfil #1\hfil} % To shift the first column to the right
\printnomenclature[1in]
\end{document}
General ⇒ Nomenclature List Alignment
Nomenclature List Alignment
Does anyone know how to left-align the abbreviations column in the nomenclature list when using the ''nomencl'' package. The output list has two columns, the left one for the abbreviations and the right one is for the descriptions. The descriptions column is is right-aligned, however, the abbreviations column is centered. I need to left-align the abbreviations column. Could you please help, thanks in advance.
Last edited by AzadSaed on Thu Jan 03, 2013 7:46 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Nomenclature List Alignment
Hi AzadSaed,
Welcome to the LaTeX community!
Would you please make a
minimal working example (please follow the link if you're not sure what that is) showing what you have and giving potential helpers something to play with?
Regards
Welcome to the LaTeX community!
Would you please make a

Regards
site moderator & package author