i.e. rather than having
UFO Unidentified flying object AFAIK As far as I knowI would like
UFO Unidentified flying object AFAIK As far as I knowDoes anyone know how to do this?
Thank you
UFO Unidentified flying object AFAIK As far as I knowI would like
UFO Unidentified flying object AFAIK As far as I knowDoes anyone know how to do this?
NEW: TikZ book now 40% off at Amazon.com for a short time.
\printglossary
or by \glossarystyle
, such asCode: Select all
\glossarystyle{long}
You need to useI have tried doing \printglossary{type=acronyms, long}
style=long
rather than long
Code: Select all
\documentclass{article}
\usepackage[acronym]{glossaries}
\makeglossaries
\newglossaryentry{sample}{name={sample},
description={a sample entry}}
\newacronym{aca}{aca}{a contrived acronym}
\begin{document}
\printglossary
\printglossary[type=acronym,style=long]
\section{Sample}
A \gls{sample} entry and \gls{aca}.
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.