\newacronym[\glsshortpluralkey={Schlauchabsperrklemmen}]{SAK}{SAK}
{Schlauchabsperrklemme}
But the command \glspl{SKA} in the text creates the wrong output
"Schlauchabsperrklemmes". The "s" is in this context the wrong plural
form in the german language.
How can i create the right output?
regards
Leo Asselborn
\documentclass{scrbook}
\usepackage[acronym,shortcuts]{glossaries}
\newacronym[firstplural={Schlauchabsperrklemmen
(SAK)}]{SAK}{SAK}{Schlauchabsperrklemme}
\begin{document}
\acp{SAK}\\
\ac{SAK}
\end{document}
--
//
// Dipl.-Inform. Alexander Zimmermann
// Department of Computer Science, Informatik 4
// RWTH Aachen University
// Ahornstr. 55, 52056 Aachen, Germany
// phone: (49-241) 80-21468, fax: (49-241) 80-22220
// email: zimme...@cs.rwth-aachen.de
// web: http://www.umic-mesh.net
//
\glsshortpluralkey is for the plural of the short form (the acronym).
Use \glslongpluralkey for the long form:
\newacronym[\glslongpluralkey={Schlauchabsperrklemmen}]{SAK}{SAK}{Schlauchabsperrklemme}
Regards
Nicola Talbot
--
Home: http://theoval.cmp.uea.ac.uk/~nlct/
LaTeX Related Information: http://theoval.cmp.uea.ac.uk/~nlct/latex/
Creating a LaTeX Minimal Example:
http://theoval.cmp.uea.ac.uk/~nlct/latex/minexample/
--- news://freenews.netfront.net/ - complaints: ne...@netfront.net ---