I have problem with content. Yesterday was everything ok, but today List of figures and List of tables disappeared. I didn't do any changes with them. Moreover, I do not want to introductory chapter has a number, so I used \chapter*{introductory chapter}. This item disappeared from content too. Do anyone know what can I do about this?
Asked
Active
Viewed 855 times
minimal working exampleillustrating the problem with the lists, and add it to your question. For the introductory chapter, use\addcontentsline{toc}{chapter}{Introductory Chapter}. – Gonzalo Medina Apr 04 '13 at 18:46\include{Bc_kap01} this is my introductury chapter \include{Bc_kap02} \include{Bc_kap03}
\include{Bc_konec}
\listoffigures
\listoftables
\end{document} I am sorry, but I haven't found how to write it synoptical :(
– Adela Apr 05 '13 at 12:10