%%
%% Ein Beispiel der DANTE-Edition
%%
%% 2. Auflage
%%
%% Beispiel 07-01-10 auf Seite 300.
%%
%% Copyright (C) 2016 Herbert Voss
%%
%% It may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%%
%% See
http://www.latex-project.org/lppl.txt for details.
%%
%%
%% ====
% Show page(s) 1
%%
%%
\documentclass[ngerman]{exaarticle}
\pagestyle{empty}
\setlength\textwidth{145.16928pt}
\usepackage{babel}
\usepackage[textwidth=8cm,textheight=15cm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\setlength{\parindent}{0em}
%StartShownPreambleCommands
\renewcommand*\descriptionlabel[1]{\hspace\labelsep
\normalfont\makebox[3em][r]{\itshape#1}}
%StopShownPreambleCommands
\begin{document}
\begin{description}
\item [FU] Freie Universität
\item [HU] Humboldt Universität
\item [TFH]Technische Fachhochschule
\item [TU] Technische Universität
\end{description}
\end{document}