Is it possible to change the font, size, position of the title on a glossary? If so, how?
Thanks for your help!
Text Formatting ⇒ Format Glossary Title
NEW: TikZ book now 40% off at Amazon.com for a short time.

Format Glossary Title
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)?mcclur51 wrote:Is it possible to change the font, size, position of the title on a glossary? If so, how?...
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Format Glossary Title
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}
Format Glossary Title
LaTeX Resources: http://www.dickimaw-books.com/latexresources.html
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/