von tomtom » Di 7. Feb 2012, 20:00
Hallo,
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}
Ich hab das jetzt nur testweise mit dem #1 #1 #1 #1 gemacht um zu sehen ob sich denn überhaupt etwas tut. Leider nicht.
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
Hallo,
folgendes Minimalbeispiel:
[code]\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}
[/code]
Ich hab das jetzt nur testweise mit dem #1 #1 #1 #1 gemacht um zu sehen ob sich denn überhaupt etwas tut. Leider nicht.
bei dem PDF ausgeschrieben steht dann: [b]Portable Document Format (PDF)[/b], aber ich hätte gerne: Portable Document Format ([b]PDF[/b])
Bin für jede Hilfe dankbar :)
LG
tomtom