Here is a simple Lyx file where the table of index is not printed. When I 
export it to Latex, I see the correct index commands.

Le Samedi 10 Septembre 2011 09:53:59, Richard Heck a écrit :
> On 09/10/2011 08:15 AM, Pascal Francq wrote:
> > Hi,
> > Since I have upgraded to LyX 2.0.1, the table of index is not shown when
> > I produce the PDF document.
> > Has something changed ?
> 
> Hopefully not, but can you post a small example file that illustrates
> the problem? You might want to check the LaTeX export and make sure the
> index commands are all there.
> 
> Richard
-- 

Dr. Ir. Pascal Francq
BELGIUM

Attachment: test.lyx
Description: application/lyx

%% LyX 2.0.1 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{makeidx}
\makeindex
\usepackage{babel}
\begin{document}
This is a test\index{test}.

\printindex{}
\end{document}

Reply via email to