GeneralNomenclature List Alignment

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
AzadSaed
Posts: 1
Joined: Wed Jan 02, 2013 10:18 pm

Nomenclature List Alignment

Post by AzadSaed »

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.

\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}
Last edited by AzadSaed on Thu Jan 03, 2013 7:46 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Nomenclature List Alignment

Post by cgnieder »

Hi AzadSaed,

Welcome to the LaTeX community!

Would you please make a Infominimal 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
site moderator & package author
Post Reply