In a long documentation, sometimes it is useful to remind readers of the meaning of some terms. This can be achieved in LaTeX like follows:
\begin{theglossary}
\glossaryheader
\printgentry{term1-key}
\printgentry{term2-key}
\printgentry{term3-key}
\printgentry{term4-key}
\printgentry{term5-key}
\end{theglossary}
Is it possible to have a similar construct using glossarium?
In a long documentation, sometimes it is useful to remind readers of the meaning of some terms. This can be achieved in LaTeX like follows:
Is it possible to have a similar construct using glossarium?