MakeIndex, Nomenclature, Glossaries and Acronymsindex starting page

Information and discussion about MakeIndex - the tool to generate subject indices for LaTeX documents.
Post Reply
psw1937
Posts: 8
Joined: Sat Jan 03, 2015 5:01 am

index starting page

Post by psw1937 »

I have a document in book mode which when I create the index it starts on a new page. Is there a way to override this and get the index to start on the same page as the last text in the document?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

index starting page

Post by Johannes_B »

There is, but this is very very bad practice. An index should always start on its own page.

If you really want to remove the clearpage, you have to use package etoolbox and patch the original command/environment.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
psw1937
Posts: 8
Joined: Sat Jan 03, 2015 5:01 am

Re: index starting page

Post by psw1937 »

Yes I take your point. But I think I have worked out a good, well less bad, way of doing what I want so I don't need to resort to "very very bad practice" :D

Thanks
Post Reply