GeneralGlossaries: More than one page per glossary (ERROR)

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
leo_ch
Posts: 7
Joined: Wed Jun 01, 2011 5:25 pm

Glossaries: More than one page per glossary (ERROR)

Post by leo_ch »

Dear all,

I have an issue while utilizing the glossaires package:

Whenever my list of symbols goes big enough to need more than one page, the second page has different formating than the first. I am also using the fancyhdr package.. Well I'm a noob.. :D
Attachments
Thesis.pdf
(131.59 KiB) Downloaded 120 times
Last edited by leo_ch on Fri Jun 03, 2011 2:38 pm, edited 1 time in total.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Glossaries: More than one page per glossary (ERROR)

Post by Stefan Kottwitz »

Hi,

welcome to the board!

The first page a chapter has the page style plain, the following pages have the page style fancy, with fancyhdr. Perhaps you already noticed it.

Since the glossary starts like a chapter, the first page has plain style and the second page the fancy style, that's the difference. Since it matches the style of other chapters and pages, there should not be the need to change that. Or do you still think so?

Stefan
LaTeX.org admin
leo_ch
Posts: 7
Joined: Wed Jun 01, 2011 5:25 pm

Glossaries: More than one page per glossary (ERROR)

Post by leo_ch »

Hi Stefan,

I solved it by writing:

Code: Select all

\printglossaries
\thispagestyle{plain}
Thanks
Last edited by Stefan Kottwitz on Fri Jun 03, 2011 12:44 pm, edited 1 time in total.
Post Reply