at present i try to make a list of abbreviation with the usepacked nomencl.
I use latexlive and winedt 6.0.
My Code looks like for a small example:
Code: Select all
Code, edit and compile here:
\documentclass[a4paper]{article}\usepackage[german]{babel}\usepackage[latin1]{inputenc}\usepackage{nomencl}\let\abbrev\nomenclature\renewcommand{\nomname}{Abkürzungsverzeichnis}\setlength{\nomlabelwidth}{.25\hsize}\renewcommand{\nomlabel}[1]{#1 \dotfill}\setlength{\nomitemsep}{-\parsep}\makeglossary\usepackage[normalem]{ulem}\newcommand{\markup}[1]{\uline{#1}}\begin{document}...\printglossary...\abbrev{XML}{e\markup{x}tensible \markup{m}arkup \markup{l}anguage}...\end{document}
Code: Select all
[2] (./Review.tex) [3] (./Thesis-Masterdocument.toc) [1](./Thesis-Masterdocument.lof)! Undefined control sequence.l.52 \printglossary?