2
votes
2answers
27 views

Hyperref causing warning with table of contents, list of figures and list of tables

I receive the following warning and managed to figure out that these were due to some interplay between the hyperref package and the commands \tableofcontents, \listoftables and \listoffigures (the ...
0
votes
0answers
24 views

Table of Contents skipping first slide on beamer [closed]

I have this presentation with a table of contents, a background image and a "go back" button on the slides after the ToC. I know that the ToC automatically hyperlinks the existing sections, but when I ...
3
votes
1answer
33 views

How to get the bookmark and the index (tableofcontents) with links to each section

I want to make a book without chapters are listed. Have an index (also don't want that chapters are listed in the index) and have the bookmark in the file.pdf. The problem is that I appear twice ...
0
votes
0answers
27 views

Avoid hyperlinked citation and references while keep table of contents and tables hyperlinked

I create my own subsection references and therefore I do not want it to be hyperlinked in the PDF output. However, I want my tables and the table of contents hyperlinked. When I use the hyperref ...
6
votes
1answer
57 views

The chapters appear twice in the bookmark

First of all sorry for my bad English. I am designing a book and I have problems with the bookmark when I compile the file.tex in file.pdf. The chapters appear twice. In my code I don't want to list ...
1
vote
0answers
23 views

Use \hyperref for TOC only

I use \hyperrefmainly for the TOC, but as a consequence, everything else is "hyperreffed" as well. When clicking a link made from an in-text \pageref command, I am sometimes directed to the wrong page ...
5
votes
2answers
44 views

\href macro in \section conflicts with local hyperref linking in ToC

If I have a section like so \section{Section 1} then in the ToC, so long as I use the hyperref package, it is linked to that particular section. However, if I use an href tag as the section ...
5
votes
1answer
51 views

Avoiding pdfbookmark with amsbook

I am using the amsbook class. I want a subsection with a title different from the ToC entry as in the example below \documentclass{amsbook} \usepackage{hyperref} ...
5
votes
1answer
72 views

List section in pdf bookmarks, but omit in LaTeX table of contents

Normally (under pdflatex with hyperref) a section added with \section will appear in both the LaTeX table of contents, and the pdf metadata; while a \section* will be omitted from both. Is it ...
1
vote
3answers
159 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} ...
1
vote
0answers
56 views

Clickable tableofcontents [duplicate]

How to obtain clickable items in a table of contents? I mean, they should also appear in blue. I have the preamble: \documentclass[12pt]{iopart} \usepackage{graphicx,color} \usepackage{iopams} ...
4
votes
3answers
126 views

Links do not lead to right pages

The problem is that the links (as well as the PDF bookmarks) of abstract, explanation, CV and appendix do not lead to the right pages. abstract leads to the titlepage and appendix to introduction etc. ...
1
vote
1answer
126 views

Why do hyperref's \hyperlink and \hyperref and TOC link behaviors differ for first chapter vs. others

Why do neither \hyperlink nor \hyperref (either explicitly or from the TOC) not go to the page top for Chapter 1, but they both do for Chapter 2 in the below code? \documentclass{book} ...
1
vote
2answers
144 views

Common style for global TOC, LOF, LOT and titletoc partial TOCs (with hyperref & caption)

I am currently writing my PhD thesis, and I have trouble defining a common style for my global TOC and the partial TOCs generated by titletoc. Basically if you check the following MWE, I like the ...
1
vote
1answer
55 views

Hyperref link jumps to the first entry of the bibliography entry rather than to its title [duplicate]

This is a follow-up question to Gonzalo Medina's answer of Bibliography in table of contents. One of his solutions for including the bibliography in the ToC is to use the following code: ...
2
votes
1answer
66 views

Exclude section number from the ToC link

Is there a way I can make hyperref exclude section/chapter/etc numbering from the link in toc/lof/lot? I want it becase I highlight the link, and number is not really a part of the ...
3
votes
2answers
157 views

coloring the page numbers in the table of contents

I try to color the page numbers of my table of contents. I'm using the package hyperref along with the options : \hypersetup{ colorlinks, linkcolor=wine-stain % custom color } Here's the ...
4
votes
1answer
80 views

Making a list of hypothesis and references to the hypothesis

I have some problems with making a list of hypothesis and references to my hypothesis. \documentclass[12pt, a4paper, makeidx]{memoir} \usepackage{ntheorem} % *************** hyperlinks in PDF ...
0
votes
1answer
80 views

Customizing table of contents

Could someone please give me a hint on how the virtual chapter is inserted ine the table of contents in the example below? I've tried to use \addcontentsline before this virtual chapter, but this ...
3
votes
1answer
84 views

Subfigure link in List Of Figures don't redirect to the subfigure

I'm having some problems with my List Of Figures. I have a couple subfigures in my report, and when I go to the list of Figures, the link for the main caption works well and redirects to the right ...
0
votes
0answers
124 views

How to jump exactly where I click in the toc (the toc links are generated with {hyperref})?

I am working on a book that has 6 levels of headings to be shown in the toc: parts, chapters, sections, subsections, subsubsections and paragraphs. To refer to those headings in the toc I am using ...
3
votes
1answer
96 views

Renew table of contents level and pdf bookmarks

I'm using the labbook class which uses the commands \labday, \experiment, and \subexperiment as the 0,1,2 table of contents levels. I want to add my own chapters with TOC level of 1 and have the ...
3
votes
1answer
76 views

Remove a part of chapter title from sidebar href and page header

My chapter title is "{some special symbol} some text" and that special symbol does not show up properly in the sidebar clickable menu (in the compiled pdf file) as well as in the page header. I was ...
1
vote
0answers
214 views

Redefining contentsline using hyperref

I'm using LaTeX writing my bachelor thesis and I have some issues with the hyperref package. I use a LaTeX document provided by my university that has a lot of stuff regarding citation styles, ...
3
votes
1answer
47 views

How to replace the “Go‎ ‎to‎‎ ToC” with an image in this file?

In the following code, how can I replace the "Go‎ ‎to‎‎ ToC" with this image in the output pdf? \documentclass{article} \usepackage[top]{background} \usepackage{lipsum} \pagestyle{empty} ...
3
votes
2answers
96 views

Hyperref: Changing the linkcolor locally in the TOC

I found that the link-color for TOC text is identical to the link-color for Figures and Tables. When I change the color to black in the TOC also the color for Figures/Tables citation etc. is changed. ...
7
votes
2answers
99 views

How to add an environment in the table of contents?

For example, if I use amsbook document class and have the section Problems, how to include problem environments created like: \documentclass[a4paper,12pt, reqno, oneside]{amsbook} ...
2
votes
1answer
233 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
199 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 ...
1
vote
2answers
220 views

List of figures problem [closed]

I need to make a list of figures where there is reference to some pictures I've included in my document. I've been using ...
1
vote
1answer
159 views

Hyperrefs in advanced ToC in XeTeX

I'm trying to apply this awesome template. I'm using XeTeX and russian -- and it gives: ! Missing \endcsname inserted. <to be read again> \csname\endcsname l.5 ...
6
votes
2answers
136 views

Hyperref within hyperref

I'm using the hyperref package in LaTeX. In the compiled PDF, in the table of contents (TOC), I correctly get all the links to the corresponding chapters and sections. There is only one chapter which ...
4
votes
2answers
229 views

Customising ToC appearance of chapter titles in front and back matter

This might be a duplicate, but I am interested in customising the ToC appearance of chapter titles for \chapter commands placed: in the front and back matter, and after the \appendix command in the ...
2
votes
1answer
124 views

Wrong page numbers in TOC and hyperref problems [duplicate]

Possible Duplicate: How to get devanagari numerals in latex or xetex This is a follow up to the discussion under XeLaTeX - Devanagari page numbers in \tableofcontents, as suggested by David ...
7
votes
1answer
77 views

hyperref generated bookmarks pointing too low

I'm using the hyperref package to create a Table of Contents with internal links (bookmarks in Acrobat Reader). However, I don't like the fact that it jumps a little too low when the links are ...
7
votes
1answer
150 views

How can I add Section numbering and a Contents entry to the PDF bookmarks?

I'm having a bit of trouble with the PDF bookmarks. I am trying to Add "Contents" as an entry to the PDF bookmarking. Have numbering for my sections and subsections. I am looking to achieve ...
3
votes
1answer
117 views

A part with sections and subsections but without chapters in ToC

My document consists of three parts. Parts 1 and 3 contain chapters and sections. Part 2 however is a bound in research paper, and as such only contains sections and subsections, however no chapters. ...
7
votes
1answer
1k views

Hyperref, Table of Contents and subsections

I have encountered a problem in latex that I have not been able to solve. While the hyperref package generates clickable links in the table of contents, it does not link any subsection to the actual ...
10
votes
1answer
172 views

Hide subsubsections in toc, but show in PDF

I am hiding subsubsections in my TOC because they got too many. But I would like them to show up in the navigation when viewing the document as PDF anyway. Is there any way to do this, and how? ...
9
votes
1answer
75 views

ToC fine, but wrong hierarchical structure of index

I'm using Springer's svmult template for an edited book. The header of each article inside the book looks like this: \title{Article's Title} \author{Author's Name} ...
5
votes
1answer
222 views

Hyperref, \noappendicestocpagenum appendix option, and table of contents

In my thesis, I am using both the appendix package and the hyperref package. When I get to the appendix, I use the following commands: \appendix \noappendicestocpagenum \addappheadtotoc \appendixpage ...
2
votes
2answers
332 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>} ...
5
votes
2answers
452 views

How to link Table of Contents in thesis PDF

I used the following code and I am able to link references, List of Symbols but unable to link the Table of Contents in my thesis. I wish a completely linked PDF of my thesis. Please help me.... ...
1
vote
1answer
198 views

Customize appendix entries in ToC and pdf bookmarks [duplicate]

Possible Duplicate: How to make appendices behave like sections in ToC Consider the minimal example below. How can I achieve that in the appendix part (only there!) of the ToC paragraphs ...
2
votes
0answers
58 views

Format Table of Contents [duplicate]

Possible Duplicate: Remove ugly borders around clickable crossreferences and hyperlinks I downloaded a Latex model to build my finishing degree course, but the summary came in a strange ...
5
votes
3answers
192 views

list of occurences of references

I need a list like the list of figures for \ref entries in the text to instances of a custom Theorem environment. Here's a MWE with a handbuilt example. The solution should add features to this code I ...
5
votes
2answers
554 views

Make Chapter Titles link to Table of Contents

I'm using the hyperref package to create hyperlinks in my document. The links from the TOC->chapters/sections work great, but I was wondering if there was a way to automatically insert hyperlinks from ...
4
votes
2answers
133 views

restricting hyperref link to part of toc / lo* entry

In some tocloft list there are entries, which may span multiple lines. Now hyperref makes the number in front, the first line and all the following lines into links. Can this be prevented? Only the ...
9
votes
3answers
174 views

Set chapters at section level in the table of contents

I have \chapter{My first chapter} \chapter{My second chapter} \phantomsection \addcontentsline{toc}{chapter}{Appendixes} \appendix \makeatletter \def\toclevel@chapter{1}\def\toclevel@section{2} ...
3
votes
1answer
445 views

Correctly add custom table of content item [duplicate]

Possible Duplicate: Index is incorrectly listed in the table of contents I want to add a custom section to my table of contents. I know I can use addcontentsline{toc}{section}{title}. ...

1 2