Re: preamble in general index

2006-08-07 Thread Juergen Spitzmueller
Catherine Heyrendt wrote: Having 2 indexes, how would I need to alter the following so that it applies to a general (as opposed to authors) index? Which package do you use to generate the two indices (to split the index)? Jürgen

Re: preamble in general index

2006-08-07 Thread Catherine Heyrendt
Having 2 indexes, how would I need to alter the following so that it applies to a general (as opposed to authors) index? Which package do you use to generate the two indices (to split the index)? I use makeindex. My entry tags look like \index{general}{myentry} Catherine

Re: preamble in general index

2006-08-07 Thread Juergen Spitzmueller
Catherine Heyrendt wrote: I use makeindex. My entry tags look like \index{general}{myentry} MakeIndex alone does not feature multiple indices, i.e. something like \index{general}{myentry} So which package do you use for that? multind? index? splitindex? Jürgen

Re: preamble in general index

2006-08-07 Thread Juergen Spitzmueller
Catherine Heyrendt wrote: You're right, sorry, it is multind. Then add the following to the preamble (after \usepackage{multind}): \makeatletter [EMAIL PROTECTED]@[EMAIL PROTECTED] \columnseprule \z@ \columnsep 35pt \begin{multicols}{2} [EMAIL PROTECTED] \end{multicols}}

Re: preamble in general index

2006-08-07 Thread Catherine Heyrendt
Then add the following to the preamble (after \usepackage{multind}): \makeatletter [EMAIL PROTECTED]@[EMAIL PROTECTED] \columnseprule \z@ \columnsep 35pt \begin{multicols}{2} [EMAIL PROTECTED] \end{multicols}} \makeatother The preamble is there. There is one remaining problem: my

Re: preamble in general index

2006-08-07 Thread Juergen Spitzmueller
Catherine Heyrendt wrote: The preamble is there. There is one remaining problem: my entries are then in one column (instead of two) and are preceded by the number 2 which takes up a line of its own. I get the following errors while running LaTeX through the document: LaTeX Error:

Re: preamble in general index

2006-08-07 Thread Catherine Heyrendt
I forgot: \usepackage{multicol} before the \printindex definition. It is working perfectly now. Many many thanks from a stressed end-of-PhD student, Catherine

Re: preamble in general index

2006-08-07 Thread Juergen Spitzmueller
Catherine Heyrendt wrote: Having 2 indexes, how would I need to alter the following so that it applies to a general (as opposed to authors) index? Which package do you use to generate the two indices (to split the index)? Jürgen

Re: preamble in general index

2006-08-07 Thread Catherine Heyrendt
Having 2 indexes, how would I need to alter the following so that it applies to a general (as opposed to authors) index? Which package do you use to generate the two indices (to split the index)? I use makeindex. My entry tags look like \index{general}{myentry} Catherine

Re: preamble in general index

2006-08-07 Thread Juergen Spitzmueller
Catherine Heyrendt wrote: I use makeindex. My entry tags look like \index{general}{myentry} MakeIndex alone does not feature multiple indices, i.e. something like \index{general}{myentry} So which package do you use for that? multind? index? splitindex? Jürgen

Re: preamble in general index

2006-08-07 Thread Juergen Spitzmueller
Catherine Heyrendt wrote: You're right, sorry, it is multind. Then add the following to the preamble (after \usepackage{multind}): \makeatletter [EMAIL PROTECTED]@[EMAIL PROTECTED] \columnseprule \z@ \columnsep 35pt \begin{multicols}{2} [EMAIL PROTECTED] \end{multicols}}

Re: preamble in general index

2006-08-07 Thread Catherine Heyrendt
Then add the following to the preamble (after \usepackage{multind}): \makeatletter [EMAIL PROTECTED]@[EMAIL PROTECTED] \columnseprule \z@ \columnsep 35pt \begin{multicols}{2} [EMAIL PROTECTED] \end{multicols}} \makeatother The preamble is there. There is one remaining problem: my

Re: preamble in general index

2006-08-07 Thread Juergen Spitzmueller
Catherine Heyrendt wrote: The preamble is there. There is one remaining problem: my entries are then in one column (instead of two) and are preceded by the number 2 which takes up a line of its own. I get the following errors while running LaTeX through the document: LaTeX Error:

Re: preamble in general index

2006-08-07 Thread Catherine Heyrendt
I forgot: \usepackage{multicol} before the \printindex definition. It is working perfectly now. Many many thanks from a stressed end-of-PhD student, Catherine

Re: preamble in general index

2006-08-07 Thread Juergen Spitzmueller
Catherine Heyrendt wrote: > Having 2 indexes, how would I need to alter the following so that it > applies to a general (as opposed to authors) index? Which package do you use to generate the two indices (to split the index)? Jürgen

Re: preamble in general index

2006-08-07 Thread Catherine Heyrendt
Having 2 indexes, how would I need to alter the following so that it applies to a general (as opposed to authors) index? Which package do you use to generate the two indices (to split the index)? I use makeindex. My entry tags look like \index{general}{} Catherine

Re: preamble in general index

2006-08-07 Thread Juergen Spitzmueller
Catherine Heyrendt wrote: > I use makeindex. My entry tags look like \index{general}{} MakeIndex alone does not feature multiple indices, i.e. something like \index{general}{} So which package do you use for that? multind? index? splitindex? Jürgen

Re: preamble in general index

2006-08-07 Thread Juergen Spitzmueller
Catherine Heyrendt wrote: > You're right, sorry, it is multind. Then add the following to the preamble (after \usepackage{multind}): \makeatletter [EMAIL PROTECTED]@[EMAIL PROTECTED] \columnseprule \z@ \columnsep 35pt \begin{multicols}{2} [EMAIL PROTECTED] \end{multicols}}

Re: preamble in general index

2006-08-07 Thread Catherine Heyrendt
Then add the following to the preamble (after \usepackage{multind}): \makeatletter [EMAIL PROTECTED]@[EMAIL PROTECTED] \columnseprule \z@ \columnsep 35pt \begin{multicols}{2} [EMAIL PROTECTED] \end{multicols}} \makeatother The preamble is there. There is one remaining problem: my

Re: preamble in general index

2006-08-07 Thread Juergen Spitzmueller
Catherine Heyrendt wrote: > The preamble is there. There is one remaining problem: my entries are then > in one column (instead of two) and are preceded by the number "2" which > takes up a line of its own. > > I get the following errors while running LaTeX through the document: > > LaTeX Error:

Re: preamble in general index

2006-08-07 Thread Catherine Heyrendt
I forgot: \usepackage{multicol} before the \printindex definition. It is working perfectly now. Many many thanks from a stressed end-of-PhD student, Catherine

preamble in general index

2006-08-06 Thread Catherine Heyrendt
I need a preamble to my general index, and I have found the following documentation: http://tug.org/TeXnik/mainFAQ.cgi?file=Index/preamble Having 2 indexes, how would I need to alter the following so that it applies to a general (as opposed to authors) index? (my almost-done phD thesis has

preamble in general index

2006-08-06 Thread Catherine Heyrendt
I need a preamble to my general index, and I have found the following documentation: http://tug.org/TeXnik/mainFAQ.cgi?file=Index/preamble Having 2 indexes, how would I need to alter the following so that it applies to a general (as opposed to authors) index? (my almost-done phD thesis has

preamble in general index

2006-08-06 Thread Catherine Heyrendt
I need a preamble to my general index, and I have found the following documentation: http://tug.org/TeXnik/mainFAQ.cgi?file=Index/preamble Having 2 indexes, how would I need to alter the following so that it applies to a general (as opposed to authors) index? (my almost-done phD thesis has