Discussion:
\makeindex problem
yarsky_1
2009-03-03 12:46:12 UTC
Permalink
Hello everybody!
I'm using TeXnicCenter for Windows to compile my tex files. It's a
monography, an old Kluwer style kapmono. It gives a pretty good .ps
or .pdf. Anyway I need to make an index and my \makeindex \index{xx!zz}
\printindex does not seem to work, nothing happens. The syntax is as
follows

\documentclass{kapmono}
\usepackage{amsfonts}
\usepackage{makeidx}
\usepackage{multicol}
\makeindex
\begin{document}
\index{xx!zz}
\index{xx!yy}
\printindex
\end{document}

Please help!!!
Thanks!



------------------------------------
Kristof Möller
2009-03-05 19:04:55 UTC
Permalink
Hi,

I tried out your Code by adding some text before the index:

\documentclass{kapmono}
\usepackage{amsfonts}
\usepackage{makeidx}
\usepackage{multicol}
\makeindex
\begin{document}
test
\index{xx!zz}
\index{xx!yy}
\printindex
\end{document}

Works fine for me - do you have some corrupted version of kapmono.cls/sty?

Found my ones here:

http://arxmliv.kwarc.info/macro_sty_detail.php?macro=chapthebibliography

Greetings
Kris
-----Ursprüngliche Nachricht-----
Gesendet: 05.03.09 15:04:43
Betreff: [TXC-Users] \makeindex problem
Hello everybody!
I'm using TeXnicCenter for Windows to compile my tex files. It's a
monography, an old Kluwer style kapmono. It gives a pretty good .ps
or .pdf. Anyway I need to make an index and my \makeindex \index{xx!
zz}
\printindex does not seem to work, nothing happens. The syntax is as
follows
\documentclass{kapmono}
\usepackage{amsfonts}
\usepackage{makeidx}
\usepackage{multicol}
\makeindex
\begin{document}
\index{xx!zz}
\index{xx!yy}
\printindex
\end{document}
Please help!!!
Thanks!
_______________________________________________________________________
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a



------------------------------------
Alain Delmotte
2009-03-07 08:49:54 UTC
Permalink
Hello,

As Kristof writes, you need some text to at least create one page.

Also check if in the definition of the output profiles (Build /Define
output profiles) the check box "Do not use MakeIndex in this profile" is
checked or not (it should not to use makeindex).
Also do not forget to compile at least 2-3 times.

I hope this helps,

Alain
Post by yarsky_1
Hi,
\documentclass{kapmono}
\usepackage{amsfonts}
\usepackage{makeidx}
\usepackage{multicol}
\makeindex
\begin{document}
test
\index{xx!zz}
\index{xx!yy}
\printindex
\end{document}
Works fine for me - do you have some corrupted version of kapmono.cls/sty?
http://arxmliv.kwarc.info/macro_sty_detail.php?macro=chapthebibliography
Greetings
Kris
-----Ursprüngliche Nachricht-----
Gesendet: 05.03.09 15:04:43
Betreff: [TXC-Users] \makeindex problem
Hello everybody!
I'm using TeXnicCenter for Windows to compile my tex files. It's a
monography, an old Kluwer style kapmono. It gives a pretty good .ps
or .pdf. Anyway I need to make an index and my \makeindex \index{xx!
zz}
\printindex does not seem to work, nothing happens. The syntax is as
follows
\documentclass{kapmono}
\usepackage{amsfonts}
\usepackage{makeidx}
\usepackage{multicol}
\makeindex
\begin{document}
\index{xx!zz}
\index{xx!yy}
\printindex
\end{document}
Please help!!!
Thanks!
_______________________________________________________________________
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a
------------------------------------
Yahoo! Groups Links
------------------------------------
yarsky_1
2009-03-07 11:10:06 UTC
Permalink
Thank you guys!
I put in the kapmono version you suggested. The only difference is that the doc became more compact: instead of 290 pages - 288 pages. But \makeindex does not work...I've got the following info in the .ILG file
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
This is C:\Program Files\MiKTeX 2.7\miktex\bin\makeindex.exe, version 2.14 [02-Oct-2002] (kpathsea + Thai support).
Scanning input file E:\...!! Input index error (file = E:\..., line = 1):
-- Missing arguments -- need two (premature LFD).
!! Input index error (file = E:\..., line = 2):
-- Missing arguments -- need two (premature LFD).
!! Input index error (file = E:\..., line = 3):
-- Missing arguments -- need two (premature LFD).
!! Input index error (file = E:\..., line = 4):
-- Missing arguments -- need two (premature LFD).
!! Input index error (file = E:\..., line = 5):
-- Missing arguments -- need two (premature LFD).
!! Input index error (file = E:\..., line = 6):
-- Missing arguments -- need two (premature LFD).
done (1 entries accepted, 6 rejected).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

And, whatever number of index enties I make with \index{}, it is always the same message in the ILG file. IND file is empty.

Regards
yarsky
Post by Alain Delmotte
Hello,
As Kristof writes, you need some text to at least create one page.
Also check if in the definition of the output profiles (Build /Define
output profiles) the check box "Do not use MakeIndex in this profile" is
checked or not (it should not to use makeindex).
Also do not forget to compile at least 2-3 times.
I hope this helps,
Alain
Post by yarsky_1
Hi,
\documentclass{kapmono}
\usepackage{amsfonts}
\usepackage{makeidx}
\usepackage{multicol}
\makeindex
\begin{document}
test
\index{xx!zz}
\index{xx!yy}
\printindex
\end{document}
Works fine for me - do you have some corrupted version of kapmono.cls/sty?
http://arxmliv.kwarc.info/macro_sty_detail.php?macro=chapthebibliography
Greetings
Kris
-----Ursprüngliche Nachricht-----
Gesendet: 05.03.09 15:04:43
Betreff: [TXC-Users] \makeindex problem
Hello everybody!
I'm using TeXnicCenter for Windows to compile my tex files. It's a
monography, an old Kluwer style kapmono. It gives a pretty good .ps
or .pdf. Anyway I need to make an index and my \makeindex \index{xx!
zz}
\printindex does not seem to work, nothing happens. The syntax is as
follows
\documentclass{kapmono}
\usepackage{amsfonts}
\usepackage{makeidx}
\usepackage{multicol}
\makeindex
\begin{document}
\index{xx!zz}
\index{xx!yy}
\printindex
\end{document}
Please help!!!
Thanks!
_______________________________________________________________________
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a
------------------------------------
Yahoo! Groups Links
------------------------------------
Kristof Möller
2009-03-07 18:19:15 UTC
Permalink
Hi Yarsky,

okay - seems to be more delicate...

...my first idea - the error results cos' of
some kind of package incompatibilities.

So one way to find the problem is to eleminate
the packages in the document by out-commenting
(%...) one by one.

Can You provide us your complete preamble?
(Everything before \begin{document})

Best regards
Kris
-----Ursprüngliche Nachricht-----
Gesendet: 07.03.09 12:10:31
Betreff: Re: [TXC-Users] \makeindex problem
Thank you guys!
I put in the kapmono version you suggested. The only difference is
that the doc became more compact: instead of 290 pages - 288 pages.
But \makeindex does not work...I've got the following info in the .
ILG file
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
This is C:\Program Files\MiKTeX 2.7\miktex\bin\makeindex.exe, version
2.14 [02-Oct-2002] (kpathsea + Thai support).
Scanning input file E:\...!! Input index error (file = E:\..., line =
-- Missing arguments -- need two (premature LFD).
-- Missing arguments -- need two (premature LFD).
-- Missing arguments -- need two (premature LFD).
-- Missing arguments -- need two (premature LFD).
-- Missing arguments -- need two (premature LFD).
-- Missing arguments -- need two (premature LFD).
done (1 entries accepted, 6 rejected).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
And, whatever number of index enties I make with \index{}, it is
always the same message in the ILG file. IND file is empty.
Regards
yarsky
____________________________________________________________________
Psssst! Schon vom neuen WEB.DE MultiMessenger gehört?
Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123



------------------------------------
yarsky_1
2009-03-07 20:06:52 UTC
Permalink
Hi Kris
thanks a lot for suggestions; sure I can; here you are;

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{kapmono}

\usepackage{m-times}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage[dvips]{graphicx}
\usepackage{enumerate}

\usepackage{makeidx}
\usepackage{multicol}

\draft

\upperandlowercase
\let\footnote\savefootnote
\let\footnotetext\savefootnotetext
\let\footnoterule\savefootnoterule

\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{1}

\newtheorem{theo}{Theorem}[chapter]
\newtheorem{lem}{Lemma}[theo]
\newtheorem{cnd1}{Condition}[lem]
\newtheorem{mdef}{Definition}[chapter]
\newtheorem{cnd}{Condition}[mdef]
\newtheorem{ex}{Example}[section]
\newtheorem{rem}{Remark}[section]
\newtheorem{corol}{Corollary}[theo]
\newtheorem{cnd2}{Condition}[theo]
\newtheorem{coroll}{Corollary}[lem]
\newcounter{edv}
\newcounter{subfigure}[figure]

\bibliographystyle{apalike}
\kluwerbib
\normallatexbib

\makeindex

\begin{document}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
I'll try it myself but i think i'll get a hell of error meassages if i only eliminate any package by %, for i added the packages in function of what i needed to appear in pdf or ps.
Regards,
y.
Post by Kristof Möller
Hi Yarsky,
okay - seems to be more delicate...
...my first idea - the error results cos' of
some kind of package incompatibilities.
So one way to find the problem is to eleminate
the packages in the document by out-commenting
(%...) one by one.
Can You provide us your complete preamble?
(Everything before \begin{document})
Best regards
Kris
-----Ursprüngliche Nachricht-----
Gesendet: 07.03.09 12:10:31
Betreff: Re: [TXC-Users] \makeindex problem
Thank you guys!
I put in the kapmono version you suggested. The only difference is
that the doc became more compact: instead of 290 pages - 288 pages.
But \makeindex does not work...I've got the following info in the .
ILG file
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
This is C:\Program Files\MiKTeX 2.7\miktex\bin\makeindex.exe, version
2.14 [02-Oct-2002] (kpathsea + Thai support).
Scanning input file E:\...!! Input index error (file = E:\..., line =
-- Missing arguments -- need two (premature LFD).
-- Missing arguments -- need two (premature LFD).
-- Missing arguments -- need two (premature LFD).
-- Missing arguments -- need two (premature LFD).
-- Missing arguments -- need two (premature LFD).
-- Missing arguments -- need two (premature LFD).
done (1 entries accepted, 6 rejected).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
And, whatever number of index enties I make with \index{}, it is
always the same message in the ILG file. IND file is empty.
Regards
yarsky
____________________________________________________________________
Psssst! Schon vom neuen WEB.DE MultiMessenger gehört?
Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123
------------------------------------
Alain Delmotte
2009-03-08 08:51:09 UTC
Permalink
Hi!

Replacing this preamble in the ECM you provided before, I had to comment
m-times, which I don't have.
After this I got an error: \begin{theindex} endind by \end{multicols}.
Commenting \usepackage{multicol} solved the problem. Changing the
relative position of makidx and multicol didn't bring a solution.

Of course if you need multicol for the document itself!!!

Alain
Post by yarsky_1
Hi Kris
thanks a lot for suggestions; sure I can; here you are;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{kapmono}
\usepackage{m-times}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
.../...
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
I'll try it myself but i think i'll get a hell of error meassages if i only eliminate any package by %, for i added the packages in function of what i needed to appear in pdf or ps.
Regards,
y.
------------------------------------
yarsky_1
2009-03-08 09:50:46 UTC
Permalink
Thanks Alain, but really I do not see where to bite this problem; i do not seem to understand what you suggest...
Best,
y.
Post by Alain Delmotte
Hi!
Replacing this preamble in the ECM you provided before, I had to comment
m-times, which I don't have.
After this I got an error: \begin{theindex} endind by \end{multicols}.
Commenting \usepackage{multicol} solved the problem. Changing the
relative position of makidx and multicol didn't bring a solution.
Of course if you need multicol for the document itself!!!
Alain
Post by yarsky_1
Hi Kris
thanks a lot for suggestions; sure I can; here you are;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{kapmono}
\usepackage{m-times}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
.../...
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
I'll try it myself but i think i'll get a hell of error meassages if i only eliminate any package by %, for i added the packages in function of what i needed to appear in pdf or ps.
Regards,
y.
------------------------------------
Kristof Möller
2009-03-08 12:58:37 UTC
Permalink
Hi Yarsky.

Alain has done the work I suggested - he found out that for kapmono-style
reloading the multicol-package is not compatible to the makeidx-package,
i.e. the index-format defined by kapmono-style is already using the multicol-package,
but redefines it in a special way - so reloading will destroy the definition and produces
the error!

So all You have to to is to delete \usepackage{multicol} in You preamble - don't
worry it's automotically loaded by kapmono.sty so You can still use it!!!

Best wishes

Kris
-----Ursprüngliche Nachricht-----
Gesendet: 08.03.09 10:51:15
Betreff: Re: [TXC-Users] \makeindex problem
Thanks Alain, but really I do not see where to bite this problem; i
do not seem to understand what you suggest...
Best,
y.
Post by Alain Delmotte
Hi!
Replacing this preamble in the ECM you provided before, I had to
comment
Post by Alain Delmotte
m-times, which I don't have.
After this I got an error: \begin{theindex} endind by \end{
multicols}.
Post by Alain Delmotte
Commenting \usepackage{multicol} solved the problem. Changing the
relative position of makidx and multicol didn't bring a solution.
Of course if you need multicol for the document itself!!!
Alain
Post by yarsky_1
Hi Kris
thanks a lot for suggestions; sure I can; here you are;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{kapmono}
\usepackage{m-times}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
.../...
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
I'll try it myself but i think i'll get a hell of error meassages
if i only eliminate any package by %, for i added the packages in
function of what i needed to appear in pdf or ps.
Post by Alain Delmotte
Post by yarsky_1
Regards,
y.
____________________________________________________________________
Psssst! Schon vom neuen WEB.DE MultiMessenger gehört?
Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123



------------------------------------
yarsky_1
2009-03-08 14:21:03 UTC
Permalink
Hello Kris!
Thank you very much guys for your insights on this issue. realy appreciate it! But, i am sorry ro tell you, this does not work; probably i write index entries in a wrong way, for when I run Makeindex via Build->Current File->Makeindex i get the following messages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Output Profile: Latex => PS
This is C:\Programmm Files\MiKTeX 2.7\miktex\bin\makeindex.exe , version 2.14 [02-Oct-2002] (kpathsea + Thai support)
Scanning input file E:\.....done (1 entries accepted, 6 regected).
No valid index entries collected.
Usage: C:\Programmm Files\MiKTeX 2.7\miktex\bin\makeindex.exe [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

probably its my \index{entry1!entry2} that does not work...i do not know

Best,
y.
Post by Kristof Möller
Hi Yarsky.
Alain has done the work I suggested - he found out that for kapmono-style
reloading the multicol-package is not compatible to the makeidx-package,
i.e. the index-format defined by kapmono-style is already using the multicol-package,
but redefines it in a special way - so reloading will destroy the definition and produces
the error!
So all You have to to is to delete \usepackage{multicol} in You preamble - don't
worry it's automotically loaded by kapmono.sty so You can still use it!!!
Best wishes
Kris
-----Ursprüngliche Nachricht-----
Gesendet: 08.03.09 10:51:15
Betreff: Re: [TXC-Users] \makeindex problem
Thanks Alain, but really I do not see where to bite this problem; i
do not seem to understand what you suggest...
Best,
y.
Post by Alain Delmotte
Hi!
Replacing this preamble in the ECM you provided before, I had to
comment
Post by Alain Delmotte
m-times, which I don't have.
After this I got an error: \begin{theindex} endind by \end{
multicols}.
Post by Alain Delmotte
Commenting \usepackage{multicol} solved the problem. Changing the
relative position of makidx and multicol didn't bring a solution.
Of course if you need multicol for the document itself!!!
Alain
Post by yarsky_1
Hi Kris
thanks a lot for suggestions; sure I can; here you are;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{kapmono}
\usepackage{m-times}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
.../...
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
I'll try it myself but i think i'll get a hell of error meassages
if i only eliminate any package by %, for i added the packages in
function of what i needed to appear in pdf or ps.
Post by Alain Delmotte
Post by yarsky_1
Regards,
y.
____________________________________________________________________
Psssst! Schon vom neuen WEB.DE MultiMessenger gehört?
Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123
------------------------------------
Kristof Möller
2009-03-09 06:36:28 UTC
Permalink
Hi Yarsky, again!

just some short note about usage of \index{}:

Example:

... \index{Explorer} ... gives

Explorer.............................3

... \index{File!open} ... \index{File!close} ... gives

File, close...........................4
open...........................5

so \index{entry1!entry2} should be more like:

\index{mainentry!subentry}

and if You want to use more than one referenceword,
You have to use:

\index{mainentry1} \index{mainentry2}

Is that the source of Your error?

Greetings
Kris
-----Ursprüngliche Nachricht-----
Gesendet: 08.03.09 15:21:46
Betreff: Re: [TXC-Users] \makeindex problem
Hello Kris!
Thank you very much guys for your insights on this issue. realy
appreciate it! But, i am sorry ro tell you, this does not work;
probably i write index entries in a wrong way, for when I run
Makeindex via Build->Current File->Makeindex i get the following
messages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Output Profile: Latex => PS
This is C:\Programmm Files\MiKTeX 2.7\miktex\bin\makeindex.exe ,
version 2.14 [02-Oct-2002] (kpathsea + Thai support)
Scanning input file E:\.....done (1 entries accepted, 6 regected).
No valid index entries collected.
Usage: C:\Programmm Files\MiKTeX 2.7\miktex\bin\makeindex.exe [-
ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
probably its my \index{entry1!entry2} that does not work...i do not
know
Best,
y.
_______________________________________________________________________
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a



------------------------------------
yarsky_1
2009-03-09 14:35:19 UTC
Permalink
Hi Kris,
that does not look like my error, i got the sysntax fro \index{entry} right. But what is strange the output message when I run Makeindex is always the same

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Post by Kristof Möller
Post by yarsky_1
Output Profile: Latex => PS
This is C:\Programmm Files\MiKTeX 2.7\miktex\bin\makeindex.exe ,
version 2.14 [02-Oct-2002] (kpathsea + Thai support)
Scanning input file E:\.....done (1 entries accepted, 6 regected).
No valid index entries collected.
Usage: C:\Programmm Files\MiKTeX 2.7\miktex\bin\makeindex.exe [-
ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
My IDX file contains say 12 entries. My IND file is empty.

Don't understand.

y;
Post by Kristof Möller
Hi Yarsky, again!
... \index{Explorer} ... gives
Explorer.............................3
... \index{File!open} ... \index{File!close} ... gives
File, close...........................4
open...........................5
\index{mainentry!subentry}
and if You want to use more than one referenceword,
\index{mainentry1} \index{mainentry2}
Is that the source of Your error?
Greetings
Kris
Post by yarsky_1
-----Ursprüngliche Nachricht-----
Gesendet: 08.03.09 15:21:46
Betreff: Re: [TXC-Users] \makeindex problem
Hello Kris!
Thank you very much guys for your insights on this issue. realy
appreciate it! But, i am sorry ro tell you, this does not work;
probably i write index entries in a wrong way, for when I run
Makeindex via Build->Current File->Makeindex i get the following
messages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Output Profile: Latex => PS
This is C:\Programmm Files\MiKTeX 2.7\miktex\bin\makeindex.exe ,
version 2.14 [02-Oct-2002] (kpathsea + Thai support)
Scanning input file E:\.....done (1 entries accepted, 6 regected).
No valid index entries collected.
Usage: C:\Programmm Files\MiKTeX 2.7\miktex\bin\makeindex.exe [-
ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
probably its my \index{entry1!entry2} that does not work...i do not
know
Best,
y.
_______________________________________________________________________
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a
------------------------------------
yarsky_1
2009-03-09 14:57:27 UTC
Permalink
Hi guys
what would you recommend to put in the profile when configuring the path to makindex.exe
i've got
"C:\Program Files\MiKTeX 2.7\miktex\bin\makeindex.exe"
"%bm% as options argument
Probably this is the way to correct my story? What should I specify as the path and the options....?

Thanks
y.
Post by yarsky_1
Hi Kris,
that does not look like my error, i got the sysntax fro \index{entry} right. But what is strange the output message when I run Makeindex is always the same
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Post by Kristof Möller
Post by yarsky_1
Output Profile: Latex => PS
This is C:\Programmm Files\MiKTeX 2.7\miktex\bin\makeindex.exe ,
version 2.14 [02-Oct-2002] (kpathsea + Thai support)
Scanning input file E:\.....done (1 entries accepted, 6 regected).
No valid index entries collected.
Usage: C:\Programmm Files\MiKTeX 2.7\miktex\bin\makeindex.exe [-
ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
My IDX file contains say 12 entries. My IND file is empty.
Don't understand.
y;
Post by Kristof Möller
Hi Yarsky, again!
... \index{Explorer} ... gives
Explorer.............................3
... \index{File!open} ... \index{File!close} ... gives
File, close...........................4
open...........................5
\index{mainentry!subentry}
and if You want to use more than one referenceword,
\index{mainentry1} \index{mainentry2}
Is that the source of Your error?
Greetings
Kris
Post by yarsky_1
-----Ursprüngliche Nachricht-----
Gesendet: 08.03.09 15:21:46
Betreff: Re: [TXC-Users] \makeindex problem
Hello Kris!
Thank you very much guys for your insights on this issue. realy
appreciate it! But, i am sorry ro tell you, this does not work;
probably i write index entries in a wrong way, for when I run
Makeindex via Build->Current File->Makeindex i get the following
messages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Output Profile: Latex => PS
This is C:\Programmm Files\MiKTeX 2.7\miktex\bin\makeindex.exe ,
version 2.14 [02-Oct-2002] (kpathsea + Thai support)
Scanning input file E:\.....done (1 entries accepted, 6 regected).
No valid index entries collected.
Usage: C:\Programmm Files\MiKTeX 2.7\miktex\bin\makeindex.exe [-
ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
probably its my \index{entry1!entry2} that does not work...i do not
know
Best,
y.
_______________________________________________________________________
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a
------------------------------------
Alain Delmotte
2009-03-09 17:43:04 UTC
Permalink
Hi!

I have:
C:\Program Files\MiKTeX 2.7\miktex\bin\makeindex.exe

and

"%bm"

Here the " are part of the parameters. Remark: only % before bm, not after.

If this is not solving your problem, could you post your .idx file (and
your source file!! later)?

Alain
Post by yarsky_1
Hi guys
what would you recommend to put in the profile when configuring the path to makindex.exe
i've got
"C:\Program Files\MiKTeX 2.7\miktex\bin\makeindex.exe"
"%bm% as options argument
Probably this is the way to correct my story? What should I specify as the path and the options....?
Thanks
y.
Post by yarsky_1
Hi Kris,
that does not look like my error, i got the sysntax fro \index{entry} right. But what is strange the output message when I run Makeindex is always the same
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Post by Kristof Möller
Post by yarsky_1
Output Profile: Latex => PS
This is C:\Programmm Files\MiKTeX 2.7\miktex\bin\makeindex.exe ,
version 2.14 [02-Oct-2002] (kpathsea + Thai support)
Scanning input file E:\.....done (1 entries accepted, 6 regected).
No valid index entries collected.
Usage: C:\Programmm Files\MiKTeX 2.7\miktex\bin\makeindex.exe [-
ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
My IDX file contains say 12 entries. My IND file is empty.
Don't understand.
y;
Post by Kristof Möller
Hi Yarsky, again!
... \index{Explorer} ... gives
Explorer.............................3
... \index{File!open} ... \index{File!close} ... gives
File, close...........................4
open...........................5
\index{mainentry!subentry}
and if You want to use more than one referenceword,
\index{mainentry1} \index{mainentry2}
Is that the source of Your error?
Greetings
Kris
Post by yarsky_1
-----Ursprüngliche Nachricht-----
Gesendet: 08.03.09 15:21:46
Betreff: Re: [TXC-Users] \makeindex problem
Hello Kris!
Thank you very much guys for your insights on this issue. realy
appreciate it! But, i am sorry ro tell you, this does not work;
probably i write index entries in a wrong way, for when I run
Makeindex via Build->Current File->Makeindex i get the following
messages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Output Profile: Latex => PS
This is C:\Programmm Files\MiKTeX 2.7\miktex\bin\makeindex.exe ,
version 2.14 [02-Oct-2002] (kpathsea + Thai support)
Scanning input file E:\.....done (1 entries accepted, 6 regected).
No valid index entries collected.
Usage: C:\Programmm Files\MiKTeX 2.7\miktex\bin\makeindex.exe [-
ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
probably its my \index{entry1!entry2} that does not work...i do not
know
Best,
y.
_______________________________________________________________________
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a
------------------------------------
Yahoo! Groups Links
------------------------------------
Kristof Möller
2009-03-09 17:44:00 UTC
Permalink
Hi Yarski,

I've got the same path/options settings - so everything should work...
(actually, different options are only used if you want use a special style file for the index)

Please try out the example - if there is no index generated on page 3, there's some
basic problem with Your MikTeX 2.7-system (and You probably need a fresh installation).


K.

===========================================================

\documentclass{kapmono}

\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage[dvips]{graphicx}
\usepackage{enumerate}

\usepackage{makeidx}

\draft

\upperandlowercase
\let\footnote\savefootnote
\let\footnotetext\savefootnotetext
\let\footnoterule\savefootnoterule

\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{1}

\newtheorem{theo}{Theorem}[chapter]
\newtheorem{lem}{Lemma}[theo]
\newtheorem{cnd1}{Condition}[lem]
\newtheorem{mdef}{Definition}[chapter]
\newtheorem{cnd}{Condition}[mdef]
\newtheorem{ex}{Example}[section]
\newtheorem{rem}{Remark}[section]
\newtheorem{corol}{Corollary}[theo]
\newtheorem{cnd2}{Condition}[theo]
\newtheorem{coroll}{Corollary}[lem]
\newcounter{edv}
\newcounter{subfigure}[figure]

\bibliographystyle{apalike}
\kluwerbib
\normallatexbib

\makeindex

\begin{document}

\section{Index Test}
test\index{test}\\
anothertest\index{anothertest}\\
andanothertest\index{andanothertest}\\
bla\index{bla}\\
blabla\index{bla!blabla}\index{bla!blabla!blabla}

\printindex

\end{document}

===========================================================
-----Ursprüngliche Nachricht-----
Gesendet: 09.03.09 15:58:02
Betreff: Re: [TXC-Users] \makeindex problem
Hi guys
what would you recommend to put in the profile when configuring the
path to makindex.exe
i've got
"C:\Program Files\MiKTeX 2.7\miktex\bin\makeindex.exe"
"%bm% as options argument
Probably this is the way to correct my story? What should I specify
as the path and the options....?
Thanks
y.
_______________________________________________________________________
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a



------------------------------------
Alain Delmotte
2009-03-09 21:04:03 UTC
Permalink
Hi!

For me it did work, both with TeXmaker and TeXnicCenter.

Alain
Post by Kristof Möller
Hi Yarski,
I've got the same path/options settings - so everything should work...
(actually, different options are only used if you want use a special style file for the index)
Please try out the example - if there is no index generated on page 3, there's some
basic problem with Your MikTeX 2.7-system (and You probably need a fresh installation).
K.
===========================================================
\documentclass{kapmono}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage[dvips]{graphicx}
\usepackage{enumerate}
\usepackage{makeidx}
\draft
\upperandlowercase
\let\footnote\savefootnote
\let\footnotetext\savefootnotetext
\let\footnoterule\savefootnoterule
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{1}
\newtheorem{theo}{Theorem}[chapter]
\newtheorem{lem}{Lemma}[theo]
\newtheorem{cnd1}{Condition}[lem]
\newtheorem{mdef}{Definition}[chapter]
\newtheorem{cnd}{Condition}[mdef]
\newtheorem{ex}{Example}[section]
\newtheorem{rem}{Remark}[section]
\newtheorem{corol}{Corollary}[theo]
\newtheorem{cnd2}{Condition}[theo]
\newtheorem{coroll}{Corollary}[lem]
\newcounter{edv}
\newcounter{subfigure}[figure]
\bibliographystyle{apalike}
\kluwerbib
\normallatexbib
\makeindex
\begin{document}
\section{Index Test}
test\index{test}\\
anothertest\index{anothertest}\\
andanothertest\index{andanothertest}\\
bla\index{bla}\\
blabla\index{bla!blabla}\index{bla!blabla!blabla}
\printindex
\end{document}
===========================================================
-----Ursprüngliche Nachricht-----
Gesendet: 09.03.09 15:58:02
Betreff: Re: [TXC-Users] \makeindex problem
Hi guys
what would you recommend to put in the profile when configuring the
path to makindex.exe
i've got
"C:\Program Files\MiKTeX 2.7\miktex\bin\makeindex.exe"
"%bm% as options argument
Probably this is the way to correct my story? What should I specify
as the path and the options....?
Thanks
y.
_______________________________________________________________________
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a
------------------------------------
Yahoo! Groups Links
------------------------------------
yarsky_1
2009-03-09 21:14:38 UTC
Permalink
Hi! For me it did not! I'll make a new mmiktex installation then.
Roght?
Thanks.
Y.
Post by Alain Delmotte
Hi!
For me it did work, both with TeXmaker and TeXnicCenter.
Alain
Post by Kristof Möller
Hi Yarski,
I've got the same path/options settings - so everything should work...
(actually, different options are only used if you want use a special style file for the index)
Please try out the example - if there is no index generated on page 3, there's some
basic problem with Your MikTeX 2.7-system (and You probably need a fresh installation).
K.
===========================================================
\documentclass{kapmono}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage[dvips]{graphicx}
\usepackage{enumerate}
\usepackage{makeidx}
\draft
\upperandlowercase
\let\footnote\savefootnote
\let\footnotetext\savefootnotetext
\let\footnoterule\savefootnoterule
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{1}
\newtheorem{theo}{Theorem}[chapter]
\newtheorem{lem}{Lemma}[theo]
\newtheorem{cnd1}{Condition}[lem]
\newtheorem{mdef}{Definition}[chapter]
\newtheorem{cnd}{Condition}[mdef]
\newtheorem{ex}{Example}[section]
\newtheorem{rem}{Remark}[section]
\newtheorem{corol}{Corollary}[theo]
\newtheorem{cnd2}{Condition}[theo]
\newtheorem{coroll}{Corollary}[lem]
\newcounter{edv}
\newcounter{subfigure}[figure]
\bibliographystyle{apalike}
\kluwerbib
\normallatexbib
\makeindex
\begin{document}
\section{Index Test}
test\index{test}\\
anothertest\index{anothertest}\\
andanothertest\index{andanothertest}\\
bla\index{bla}\\
blabla\index{bla!blabla}\index{bla!blabla!blabla}
\printindex
\end{document}
===========================================================
-----Ursprüngliche Nachricht-----
Gesendet: 09.03.09 15:58:02
Betreff: Re: [TXC-Users] \makeindex problem
Hi guys
what would you recommend to put in the profile when configuring the
path to makindex.exe
i've got
"C:\Program Files\MiKTeX 2.7\miktex\bin\makeindex.exe"
"%bm% as options argument
Probably this is the way to correct my story? What should I specify
as the path and the options....?
Thanks
y.
_______________________________________________________________________
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a
------------------------------------
Yahoo! Groups Links
------------------------------------
yarsky_1
2009-03-09 22:06:59 UTC
Permalink
Well after the update of both, miktex and texniccenter, nothing has changed.....
Post by yarsky_1
Hi! For me it did not! I'll make a new mmiktex installation then.
Roght?
Thanks.
Y.
Post by Alain Delmotte
Hi!
For me it did work, both with TeXmaker and TeXnicCenter.
Alain
Post by Kristof Möller
Hi Yarski,
I've got the same path/options settings - so everything should work...
(actually, different options are only used if you want use a special style file for the index)
Please try out the example - if there is no index generated on page 3, there's some
basic problem with Your MikTeX 2.7-system (and You probably need a fresh installation).
K.
===========================================================
\documentclass{kapmono}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage[dvips]{graphicx}
\usepackage{enumerate}
\usepackage{makeidx}
\draft
\upperandlowercase
\let\footnote\savefootnote
\let\footnotetext\savefootnotetext
\let\footnoterule\savefootnoterule
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{1}
\newtheorem{theo}{Theorem}[chapter]
\newtheorem{lem}{Lemma}[theo]
\newtheorem{cnd1}{Condition}[lem]
\newtheorem{mdef}{Definition}[chapter]
\newtheorem{cnd}{Condition}[mdef]
\newtheorem{ex}{Example}[section]
\newtheorem{rem}{Remark}[section]
\newtheorem{corol}{Corollary}[theo]
\newtheorem{cnd2}{Condition}[theo]
\newtheorem{coroll}{Corollary}[lem]
\newcounter{edv}
\newcounter{subfigure}[figure]
\bibliographystyle{apalike}
\kluwerbib
\normallatexbib
\makeindex
\begin{document}
\section{Index Test}
test\index{test}\\
anothertest\index{anothertest}\\
andanothertest\index{andanothertest}\\
bla\index{bla}\\
blabla\index{bla!blabla}\index{bla!blabla!blabla}
\printindex
\end{document}
===========================================================
-----Ursprüngliche Nachricht-----
Gesendet: 09.03.09 15:58:02
Betreff: Re: [TXC-Users] \makeindex problem
Hi guys
what would you recommend to put in the profile when configuring the
path to makindex.exe
i've got
"C:\Program Files\MiKTeX 2.7\miktex\bin\makeindex.exe"
"%bm% as options argument
Probably this is the way to correct my story? What should I specify
as the path and the options....?
Thanks
y.
_______________________________________________________________________
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a
------------------------------------
Yahoo! Groups Links
------------------------------------
yarsky_1
2009-03-09 23:21:25 UTC
Permalink
Hi Kris!
Finaly, i get what You get: 3 pages + index on the last. now I have to make it work on my file. will have to make it by parts.
Thanks!
Y.
Post by Kristof Möller
Hi Yarski,
I've got the same path/options settings - so everything should work...
(actually, different options are only used if you want use a special style file for the index)
Please try out the example - if there is no index generated on page 3, there's some
basic problem with Your MikTeX 2.7-system (and You probably need a fresh installation).
K.
===========================================================
\documentclass{kapmono}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage[dvips]{graphicx}
\usepackage{enumerate}
\usepackage{makeidx}
\draft
\upperandlowercase
\let\footnote\savefootnote
\let\footnotetext\savefootnotetext
\let\footnoterule\savefootnoterule
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{1}
\newtheorem{theo}{Theorem}[chapter]
\newtheorem{lem}{Lemma}[theo]
\newtheorem{cnd1}{Condition}[lem]
\newtheorem{mdef}{Definition}[chapter]
\newtheorem{cnd}{Condition}[mdef]
\newtheorem{ex}{Example}[section]
\newtheorem{rem}{Remark}[section]
\newtheorem{corol}{Corollary}[theo]
\newtheorem{cnd2}{Condition}[theo]
\newtheorem{coroll}{Corollary}[lem]
\newcounter{edv}
\newcounter{subfigure}[figure]
\bibliographystyle{apalike}
\kluwerbib
\normallatexbib
\makeindex
\begin{document}
\section{Index Test}
test\index{test}\\
anothertest\index{anothertest}\\
andanothertest\index{andanothertest}\\
bla\index{bla}\\
blabla\index{bla!blabla}\index{bla!blabla!blabla}
\printindex
\end{document}
===========================================================
-----Ursprüngliche Nachricht-----
Gesendet: 09.03.09 15:58:02
Betreff: Re: [TXC-Users] \makeindex problem
Hi guys
what would you recommend to put in the profile when configuring the
path to makindex.exe
i've got
"C:\Program Files\MiKTeX 2.7\miktex\bin\makeindex.exe"
"%bm% as options argument
Probably this is the way to correct my story? What should I specify
as the path and the options....?
Thanks
y.
_______________________________________________________________________
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a
------------------------------------
yarsky_1
2009-03-10 15:07:16 UTC
Permalink
GUYS! IT WORKS! I just coppied my file into what Kris composed on the basis of what I sent you. So probably the error was in the old version of Miktex and somewhere in my messy template.

THANK YOU A LOT!!!!

y.
Post by yarsky_1
Hi Kris!
Finaly, i get what You get: 3 pages + index on the last. now I have to make it work on my file. will have to make it by parts.
Thanks!
Y.
Post by Kristof Möller
Hi Yarski,
I've got the same path/options settings - so everything should work...
(actually, different options are only used if you want use a special style file for the index)
Please try out the example - if there is no index generated on page 3, there's some
basic problem with Your MikTeX 2.7-system (and You probably need a fresh installation).
K.
===========================================================
\documentclass{kapmono}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage[dvips]{graphicx}
\usepackage{enumerate}
\usepackage{makeidx}
\draft
\upperandlowercase
\let\footnote\savefootnote
\let\footnotetext\savefootnotetext
\let\footnoterule\savefootnoterule
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{1}
\newtheorem{theo}{Theorem}[chapter]
\newtheorem{lem}{Lemma}[theo]
\newtheorem{cnd1}{Condition}[lem]
\newtheorem{mdef}{Definition}[chapter]
\newtheorem{cnd}{Condition}[mdef]
\newtheorem{ex}{Example}[section]
\newtheorem{rem}{Remark}[section]
\newtheorem{corol}{Corollary}[theo]
\newtheorem{cnd2}{Condition}[theo]
\newtheorem{coroll}{Corollary}[lem]
\newcounter{edv}
\newcounter{subfigure}[figure]
\bibliographystyle{apalike}
\kluwerbib
\normallatexbib
\makeindex
\begin{document}
\section{Index Test}
test\index{test}\\
anothertest\index{anothertest}\\
andanothertest\index{andanothertest}\\
bla\index{bla}\\
blabla\index{bla!blabla}\index{bla!blabla!blabla}
\printindex
\end{document}
===========================================================
-----Ursprüngliche Nachricht-----
Gesendet: 09.03.09 15:58:02
Betreff: Re: [TXC-Users] \makeindex problem
Hi guys
what would you recommend to put in the profile when configuring the
path to makindex.exe
i've got
"C:\Program Files\MiKTeX 2.7\miktex\bin\makeindex.exe"
"%bm% as options argument
Probably this is the way to correct my story? What should I specify
as the path and the options....?
Thanks
y.
_______________________________________________________________________
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a
------------------------------------
yarsky_1
2009-03-10 19:38:35 UTC
Permalink
Guys! One more question. My index takes abour one page. But in the final document layout it starts like half page after the word 'Index' and goes on the next. I d like to confine it to one page. How can I shorten the distance between the word 'Index' and the beginnning of the words? Thanks!
Post by yarsky_1
GUYS! IT WORKS! I just coppied my file into what Kris composed on the basis of what I sent you. So probably the error was in the old version of Miktex and somewhere in my messy template.
THANK YOU A LOT!!!!
y.
Post by yarsky_1
Hi Kris!
Finaly, i get what You get: 3 pages + index on the last. now I have to make it work on my file. will have to make it by parts.
Thanks!
Y.
Post by Kristof Möller
Hi Yarski,
I've got the same path/options settings - so everything should work...
(actually, different options are only used if you want use a special style file for the index)
Please try out the example - if there is no index generated on page 3, there's some
basic problem with Your MikTeX 2.7-system (and You probably need a fresh installation).
K.
===========================================================
\documentclass{kapmono}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage[dvips]{graphicx}
\usepackage{enumerate}
\usepackage{makeidx}
\draft
\upperandlowercase
\let\footnote\savefootnote
\let\footnotetext\savefootnotetext
\let\footnoterule\savefootnoterule
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{1}
\newtheorem{theo}{Theorem}[chapter]
\newtheorem{lem}{Lemma}[theo]
\newtheorem{cnd1}{Condition}[lem]
\newtheorem{mdef}{Definition}[chapter]
\newtheorem{cnd}{Condition}[mdef]
\newtheorem{ex}{Example}[section]
\newtheorem{rem}{Remark}[section]
\newtheorem{corol}{Corollary}[theo]
\newtheorem{cnd2}{Condition}[theo]
\newtheorem{coroll}{Corollary}[lem]
\newcounter{edv}
\newcounter{subfigure}[figure]
\bibliographystyle{apalike}
\kluwerbib
\normallatexbib
\makeindex
\begin{document}
\section{Index Test}
test\index{test}\\
anothertest\index{anothertest}\\
andanothertest\index{andanothertest}\\
bla\index{bla}\\
blabla\index{bla!blabla}\index{bla!blabla!blabla}
\printindex
\end{document}
===========================================================
-----Ursprüngliche Nachricht-----
Gesendet: 09.03.09 15:58:02
Betreff: Re: [TXC-Users] \makeindex problem
Hi guys
what would you recommend to put in the profile when configuring the
path to makindex.exe
i've got
"C:\Program Files\MiKTeX 2.7\miktex\bin\makeindex.exe"
"%bm% as options argument
Probably this is the way to correct my story? What should I specify
as the path and the options....?
Thanks
y.
_______________________________________________________________________
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a
------------------------------------
Kristof Möller
2009-03-10 20:28:10 UTC
Permalink
Hi Yarsky,

that was hard work ;-) ... but You win!

About Your question:

The document-class You use (kapmono) is a specialized
class for scientific publication - everything is adjusted to
the "layout" of the publisher (Kluwer). The vertical space
between "INDEX" and the first entries is programmed into
the class-file - there is no easy way to change this!

Please have in mind, LaTeX is not a WYSIWYG word-processor
it's a logical text programming tool...

If you want to adjust Your document after Your needs (and
don't have to sent it to a publisher who wants to have a special
layout like kapmono) I recommend You to use other classes - e.g.
the KOMASCRIPT-class

ftp://ftp.ctan.org/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf

It's adjustable in lots of ways...

Greetings
Kris
-----Ursprüngliche Nachricht-----
Gesendet: 10.03.09 20:39:06
Betreff: [TXC-Users] Re: \makeindex problem: a question
Guys! One more question. My index takes abour one page. But in the
final document layout it starts like half page after the word 'Index'
and goes on the next. I d like to confine it to one page. How can I
shorten the distance between the word 'Index' and the beginnning of
the words? Thanks!
Post by yarsky_1
GUYS! IT WORKS! I just coppied my file into what Kris composed on
the basis of what I sent you. So probably the error was in the old
version of Miktex and somewhere in my messy template.
Post by yarsky_1
THANK YOU A LOT!!!!
y.
Post by yarsky_1
Hi Kris!
Finaly, i get what You get: 3 pages + index on the last. now I
have to make it work on my file. will have to make it by parts.
Post by yarsky_1
Post by yarsky_1
Thanks!
Y.
Post by Kristof Möller
Hi Yarski,
I've got the same path/options settings - so everything should
work...
Post by yarsky_1
Post by yarsky_1
Post by Kristof Möller
(actually, different options are only used if you want use a
special style file for the index)
Post by yarsky_1
Post by yarsky_1
Post by Kristof Möller
Please try out the example - if there is no index generated on
page 3, there's some
Post by yarsky_1
Post by yarsky_1
Post by Kristof Möller
basic problem with Your MikTeX 2.7-system (and You probably
need a fresh installation).
Post by yarsky_1
Post by yarsky_1
Post by Kristof Möller
K.
===========================================================
\documentclass{kapmono}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage[dvips]{graphicx}
\usepackage{enumerate}
\usepackage{makeidx}
\draft
\upperandlowercase
\let\footnote\savefootnote
\let\footnotetext\savefootnotetext
\let\footnoterule\savefootnoterule
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{1}
\newtheorem{theo}{Theorem}[chapter]
\newtheorem{lem}{Lemma}[theo]
\newtheorem{cnd1}{Condition}[lem]
\newtheorem{mdef}{Definition}[chapter]
\newtheorem{cnd}{Condition}[mdef]
\newtheorem{ex}{Example}[section]
\newtheorem{rem}{Remark}[section]
\newtheorem{corol}{Corollary}[theo]
\newtheorem{cnd2}{Condition}[theo]
\newtheorem{coroll}{Corollary}[lem]
\newcounter{edv}
\newcounter{subfigure}[figure]
\bibliographystyle{apalike}
\kluwerbib
\normallatexbib
\makeindex
\begin{document}
\section{Index Test}
test\index{test}\\
anothertest\index{anothertest}\\
andanothertest\index{andanothertest}\\
bla\index{bla}\\
blabla\index{bla!blabla}\index{bla!blabla!blabla}
\printindex
\end{document}
===========================================================
-----Ursprüngliche Nachricht-----
Gesendet: 09.03.09 15:58:02
Betreff: Re: [TXC-Users] \makeindex problem
Hi guys
what would you recommend to put in the profile when
configuring the
Post by yarsky_1
Post by yarsky_1
Post by Kristof Möller
path to makindex.exe
i've got
"C:\Program Files\MiKTeX 2.7\miktex\bin\makeindex.exe"
"%bm% as options argument
Probably this is the way to correct my story? What should I
specify
Post by yarsky_1
Post by yarsky_1
Post by Kristof Möller
as the path and the options....?
Thanks
y.
__________________________________________________________
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung
über die
Post by yarsky_1
Post by yarsky_1
Post by Kristof Möller
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.
AD008K15279B7069a
_______________________________________________________________________
DSL zum Nulltarif + 20 Euro Extraprämie bei Online-Bestellung über die
DSL Freundschaftswerbung! http://dsl.web.de/?ac=OM.AD.AD008K15279B7069a



------------------------------------

Loading...