Text FormattingFormat Glossary Title

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
mcclur51
Posts: 9
Joined: Wed Mar 24, 2010 10:30 pm

Format Glossary Title

Post by mcclur51 »

Is it possible to change the font, size, position of the title on a glossary? If so, how?

Thanks for your help!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Format Glossary Title

Post by gmedina »

mcclur51 wrote:Is it possible to change the font, size, position of the title on a glossary? If so, how?...
Yes. However you give so little information that it's not possible to tell you how. How exactly are you creating the glossary (what package(s) are you using)?
1,1,2,3,5,8,13,21,34,55,89,144,233,...
mcclur51
Posts: 9
Joined: Wed Mar 24, 2010 10:30 pm

Format Glossary Title

Post by mcclur51 »

Ok, I think this is the code that you need:

Code: Select all

\usepackage[acronym,nonumberlist]{glossaries}
\makeglossary
\include{Gloss}
\tableofcontents
\glsresetall
\begin{document}
\tableofcontents
\listoftables 
\listoffigurescolor
\printglossary[type=\acronymtype,title={List of Abbreviations},toctitle={List of Abbreviations},style=indexgroup]
\end{document}
User avatar
nlct
Posts: 276
Joined: Thu Nov 06, 2008 11:15 am

Format Glossary Title

Post by nlct »

Can you provide a minimal working example?

Regards
Nicola Talbot
Post Reply