folgendes Minimalbeispiel:
\documentclass[12pt]{scrbook}
\usepackage[
pdftex,
hyperfootnotes=false,
bookmarks,
pdfpagelabels=true,
plainpages=false,
]{hyperref}
\hypersetup{
pdftoolbar=true,
bookmarksopen,
bookmarksnumbered=false,
bookmarksopenlevel=1,
pdfdisplaydoctitle,
colorlinks=true,
}
\usepackage[nonumberlist,acronym]{glossaries}
\renewcommand{\glsdisplayfirst}[4]{#1 #1 #1 #1}
\makeglossaries
\newacronym{PDF}{PDF}{Portable Document Format}
\begin{document}
\printglossary[type=\acronymtype,style=long,title=Abkürzungsverzeichnis,toctitle=Abkürzungsverzeichnis]
\chapter{Test} % (fold)
\label{cha:test}
\glsdisplayfirst{PDF} Test
\gls{PDF} ausgeschrieben
\gls{PDF} nur das Akronym
% chapter test (end)
\end{document}
bei dem PDF ausgeschrieben steht dann: Portable Document Format (PDF), aber ich hätte gerne: Portable Document Format (PDF)
Bin für jede Hilfe dankbar
LG
tomtom
