Search found 4 matches

by momsse
Mon Aug 15, 2011 7:06 pm
Forum: General
Topic: Manually inserted Headings not linked correctly
Replies: 2
Views: 1766

Re: Manually inserted Headings not linked correctly

Thank you again, that's exactly what i'm talking about !
by momsse
Mon Aug 15, 2011 2:51 pm
Forum: General
Topic: Manually inserted Headings not linked correctly
Replies: 2
Views: 1766

Manually inserted Headings not linked correctly

Hello,

I'm working on a report and i found two solution for put introduction and conclusion in the TOC without count them as chapters:


%Solution 1 :
\chapter*{Introduction}
\addstarredchapter{Introduction}

%Solution 2 :
\chapter*{Introduction}
\addcontentsline{toc}{chapter}{Introduction}


But ...
by momsse
Mon Aug 15, 2011 8:41 am
Forum: General
Topic: Add ToC Entry only to Bookmarks
Replies: 3
Views: 5629

Add ToC Entry only to Bookmarks

Thank you both of you, i resolve my problem with your help.

I combined the tocbibind package for removing them from the TOC and used the pdfbookmark command for put it as i wanted it.

Code: Select all

\usepackage[nottoc, notlof, notlot]{tocbibind}

\pdfbookmark{Table des matières}{contents}
\tableofcontents
;)
by momsse
Sun Aug 14, 2011 11:29 pm
Forum: General
Topic: Add ToC Entry only to Bookmarks
Replies: 3
Views: 5629

Add ToC Entry only to Bookmarks

Hello everybody,

I encounter a problem to add the TOC in the TOC without however make it visible like other sections. The goal being to be able to reach it since Acrobat Reader or Apercu since the panel of navigation.

Just like in the picture attached.

By thanking you in advance for your ...