I have a acronym for GPU, and start my text with GPU-computing. For now this is the first appearance, and this results in graphic processing unit (GPU)-computing, however I would rather like it to read GPU-computing. Since my next use of GPU does not appear before the next page I would like to explain GPU in a footnote if it is its first appearance and followed by a hyphen.
I am not looking for an automated solution (I appreciate one, but ease of implementation is key to me). I would like to use the standard acronym first use definition in general, and just switch to footnotes for the \gls{gpu}-computing part. I.E. \acronymsAsFootnotes{\gls{gpu}-computing}.
\documentclass{article}
\usepackage[acronym]{glossaries}
\makeglossaries
\newacronym{gpu}{GPU}{graphics processing unit}
\begin{document}
First use \gls{gpu}-computing\\
subsequent \gls{gpu}-computing and \gls{gpu}
GPU\footnote{graphics processing unit}-computing
\end{document}
\acrshort{gpu}. This won't count as first use, though. – cgnieder Aug 10 '13 at 15:22\glsunsetjust to mark it used, but that suppresses all explanation). – ted Aug 10 '13 at 16:52