Skip to content

Instantly share code, notes, and snippets.

@haberbyte
Created June 13, 2014 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haberbyte/7426bcc0b1bf1b10ed58 to your computer and use it in GitHub Desktop.
Save haberbyte/7426bcc0b1bf1b10ed58 to your computer and use it in GitHub Desktop.
\usepackage{nomencl}
% Rename command to \abk instead of \nomenclature
\let\abk\nomenclature
% German title for list of abbreviations
% \renewcommand{\nomname}{Abkürzungsverzeichnis}
% Distance between abbreviation and explanation
\setlength{\nomlabelwidth}{.20\hsize}
\renewcommand{\nomlabel}[1]{#1 \dotfill}
% Smaller line spacing
%\setlength{\nomitemsep}{-3.5pt}%-\parsep}
\setlength{\nomitemsep}{-\parsep}
\makenomenclature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment