hey there, when I print the glossary of the package 'glossaries' like that:
\printglossary[type=\acronymtype] % acronyms
I get something without indentation:
A aaaskjdh
BADR alksjd blaa
FO text text
But I want something like that:
A aaaskjdh
BADR alksjd blaa
FO text text
I tried style=long4col and style=long but that prints out the acronysm non-bold and there's some sort of indentation in front of the acronym itself:
A aaaskjdh
BADR alksjd blaa
FO text text
I really JUST want the plain style with indentation ONLY between the acronym and the description. ANy way to do it? Thanks!