1
vote
2answers
159 views

French accents not showing correctly in table of contents

I am writing in French and there are many accents. I can see them in the whole document except in the table of contents. When I compile and preview my document in Texmaker, I can see the french ...
0
votes
1answer
148 views

Displaying sections in table of contents/side bar of pdf viewer

I wasn't sure how to search for this as I'm not sure what's it's called. Apologies if this is a duplicate though. Sometimes when I open a PDF, the sidebar will list the table of contents and I'll be ...
1
vote
3answers
165 views

How can the thesis structure be defined for PDF generation?

My thesis consists of these hierarchical elements: \documentclass{report} \begin{document} \tableofcontents \include{020-tex} \end{document where 020-tex.tex contains \input{030-preface} ...
2
votes
1answer
263 views

How to make an article's table of contents clickable so it can redirect to a section?

I'm using Mixtex 2.9 in Windows XP and I'm trying to make my article's table of contents clickable. I tried to add the package hyperref like this: \usepackage{hyperref} \hypersetup{ colorlinks, ...
1
vote
1answer
216 views

pdfpages/hyperref - Contents link jumps to wrong part of page

I'm using pdfpages to combine multiple pdf documents; I would also like a front 'contents' page for the new file, using hyperref to allow me to jump directly to the correct page. The 'addtotoc' option ...
3
votes
2answers
140 views

A pdf without the table of contents [duplicate]

Possible Duplicate: Adding Table of Contents to existing PDF I've scanned various articles from different books and put together so there is a one pdf file now. I would like to make a ...
3
votes
2answers
397 views

Export only table of contents

What would be the preferred way to export the Table of contents I use in a .tex file to a separate .pdf? Currently I have a my-report.tex file and I wish to pair the result of pdflatex ...
2
votes
2answers
353 views

Overwrite pdfbookmarks created by \addcontentsline

I want a bookmark called "Frontmatter" at level=0 and bookmarks for "Preface", "Acknowledgements" and "Contents" at level=1. My problem is that \addcontentsline{toc}{chapter}{<x>} ...
6
votes
2answers
581 views

pdfpages, addtolist and list of tables

These may be separate questions, but the following MWE: \usepackage{pdfpages} ... \addcontentsline{lot}{subsection}{\ref{tab:UserRoles} \textbf{User Roles}} \includepdf[pages={-}, ...
6
votes
1answer
754 views

Change the PDF bookmark for the table of contents page

When I click on the PDF bookmark "Contents" in my PDF Viewer, it goes to the position of the table of contents but does not show the title "Contents". Is it possible to set the PDF bookmark above the ...
0
votes
1answer
391 views

Change the name of a pdf bookmark

I have to put the table of contents into the table of contents. I do this with the following code. But the entry in the toc must have a roman section number and this section number appears in the toc ...
15
votes
1answer
760 views

Is it possible have the PDF bookmark level go deeper that the table of contents depth?

Is it possible to make the bookmarks in the PDF go a level deeper that the table of contents goes? I'm using KOMA-script, scrreprt if that matters. If the table of contents displays two levels: 1. ...
4
votes
1answer
370 views

Hyperref PDF sidebar table of content lines numbering?

How can I tell hyperref to generate PDF toc (showed in PDF viewer's sidebar) such that each chapter/section gets its numbering instead of just headings?
2
votes
1answer
399 views

How to prevent Table of Contents from being added to the bookmarks of a pdf file

I have a set of pdf files (without the latex source) which I merged into a larger pdf file. Each individual pdf file is an article with sections. I created a set of bookmarks for the larger pdf which ...
9
votes
2answers
3k views

How do I use LaTeX to create a table of contents for a set of pdf files which I am merging into a single large pdf?

I have a set of pdf files which I want to merge into a larger pdf files. Each individual pdf file is an article with sections. I am hoping to make the merged pdf file into a book format with each ...
19
votes
1answer
2k views

Adding Table of Contents to existing PDF

How can I add a Table of Contents (TOC) to an existing PDF? I have an existing PDF (scanned notes from a class). I'd like to improve this basic scan as much as possible. I do not think that any OCR ...