Search found 1 match

by chro
Thu Jun 19, 2008 7:13 pm
Forum: General
Topic: \addcontentsline{toc} &behavior of TOC-links & PDF-bookmarks
Replies: 8
Views: 40301

\addcontentsline{toc} &behavior of TOC-links & PDF-bookmarks

Hi,

I had the same problem;

Code: Select all

\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Введение}
\chapter*{Введение}
worked for me.

(source: http://www.tex.ac.uk/cgi-bin/texfaq2htm ... =tocbibind )

regards, chris