Texmaker and TeXstudioCalling of MakeIndex causes Problems

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
prayforme
Posts: 2
Joined: Sun Jul 15, 2012 2:44 pm

Calling of MakeIndex causes Problems

Post by prayforme »

hey :)

I'm new to LaTeX and TeXmaker and would like to do my first document, but I got some problems with this. I took the example from

http://de.wikipedia.org/wiki/LaTeX#Aufb ... _Dokuments

but this doesn't work, when I want to translate it to PDF, I receive the message:

Code: Select all

Process started

Input index file dokument.nlo not found. Usage: makeindex [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]

Process exited with error(s)
I use MiKTeX 2.9 and TeXmaker. I did look at many pages, and think it has do do something with MakeIndex, that this is missing or the TeXmaker options and the link to MakeIndex. I switched this two things many times in some varieties, but nothing changed on the error message.

Can anybody help me out?

greetings

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: 10323
Joined: Mon Mar 10, 2008 9:44 pm

Re: Calling of MakeIndex causes Problems

Post by Stefan Kottwitz »

Hi,

welcome to the board!

How exactly did you call makeindex? I read your post earlier and I would have answered, but this important information is missing.

Stefan
LaTeX.org admin
prayforme
Posts: 2
Joined: Sun Jul 15, 2012 2:44 pm

Re: Calling of MakeIndex causes Problems

Post by prayforme »

Hey Stefan,

what do you mean with "how i call makeindex"

The error appears, when I try to "Quick Build" my programm. I took an example from wikipedia, so it should work.

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

Calling of MakeIndex causes Problems

Post by Stefan Kottwitz »

prayforme wrote:what do you mean with "how i call makeindex"
This what you mean with your chosen topic title.

makeindex is an external program. It can be called at the command prompt, or by the editor, which can be configured. If you don't need it, remove what calls it. The linked example doesn't need makeindex.

The error message "Input index file dokument.nlo not found" looks like you use nomencl and \makenomenclature / \printnomenclature. Also this is not in the example. If you don't need it, remove it.

Stefan
LaTeX.org admin
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Calling of MakeIndex causes Problems

Post by localghost »

prayforme wrote:[…] The error appears, when I try to "Quick Build" my programm. I took an example from wikipedia, so it should work. […]
The example from Wikipedia compiles smoothly with quick build. Default configuration is attached as screen capture.


Thorsten
Attachments
Default configuration for "Quick Build" in TeXmaker 3.4
Default configuration for "Quick Build" in TeXmaker 3.4
TeXmaker34-Configuration-QuickBuild.png (73.64 KiB) Viewed 8359 times
Post Reply