MakeIndex, Nomenclature, Glossaries and AcronymsPage layout Index

Information and discussion about MakeIndex - the tool to generate subject indices for LaTeX documents.
Post Reply
Boersma
Posts: 21
Joined: Mon Nov 22, 2010 9:29 pm

Page layout Index

Post by Boersma »

Hi all,

i'm still busy with the index, can't fix it.
I want the index in the sectionformat, while LaTeX normally uses a Chapter (in the report documentclass)

I've tried to do this (according to another tip on this subforum):

Code: Select all

\makeatletter
\renewenvironment{theindex}
	{\twocolumn[\section*{\indexname}]
	\@mkboth{\MakeUppercase{\indexname}}
		{\MakeUppercase{\indexname}}
	\thispagestyle{fancy}
	\columnsep 45\p@
	\let\item\@idxitem}
\makeatother
but then other options given at

Code: Select all

\usepackage[columnsep = 10mm, totoc, unbalance=false]{idxlayout}
won't work anymore.

How can I combine my wishes (i.e. columnsep = 10mm, fancy pagestyle, sectionfont, into toc, italic pagenumbers, balanced)
Last edited by Boersma on Tue Dec 07, 2010 4:33 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Boersma
Posts: 21
Joined: Mon Nov 22, 2010 9:29 pm

Re: Page layout Index

Post by Boersma »

I've solved the problem by trial and error, I've created my own .ist-file and combined hints and code from other topics.

But I don't really understand how everything works. Is there a manual with some insightfull examples about making .ist-files? The makeindex package manual says only things about making an index, not how to layout it...
User avatar
nlct
Posts: 276
Joined: Thu Nov 06, 2008 11:15 am

Page layout Index

Post by nlct »

Boersma wrote:Is there a manual with some insightfull examples about making .ist-files? The makeindex package manual says only things about making an index, not how to layout it...
I don't know of any manuals that contain comprehensive examples, but
Index Preparation and Processing by Chen and Harrison has some information on creating .ist files.

Regards
Nicola Talbot
Post Reply