GeneralIndex

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
mimi04
Posts: 13
Joined: Tue Sep 03, 2019 1:17 pm

Index

Post by mimi04 »

I have a problem in disappearing the Index!! it doesn't work; this is the begining of my code:
\documentclass[12pt,oneside,a4paper,french]{book}
\usepackage{babel}
\usepackage{setspace}
\setstretch{1,3}
\usepackage{enumerate}
%\usepackage{float}
\usepackage{tikz}
\usepackage[latin1]{inputenc}
\usepackage{imakeidx}
\makeindex % from

\usepackage{makeidx}
\usepackage[left=2.5cm,right=2.5cm,top=1.5cm,bottom=2cm,includeheadfoot]{geometry}
\usepackage[hang]{caption}
........
........

\printindex

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Index

Post by Ijon Tichy »

We cannot say a lot with this code snippet. Only, that you should not load package makeidx after you've already loaded package imakeidx.

If this change does not help: Please (always) show a Infominimal working example or have a look into the Log of the MakeIndex run. It has the same basename as your main document file but the extension ".ilg". If you are using Windows you may have to configure the explorer to show file extensions to see the extension, because the default is to hide known extensions.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
Post Reply