i.e. rather than having
I would likeUFO Unidentified flying objectAFAIK As far as I know
Does anyone know how to do this?UFO Unidentified flying objectAFAIK As far as I know
Thank you
I would likeUFO Unidentified flying objectAFAIK As far as I know
Does anyone know how to do this?UFO Unidentified flying objectAFAIK As far as I know
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
\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.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p